[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: gstreamer: Update to 1.22.3.
From: |
guix-commits |
Subject: |
01/10: gnu: gstreamer: Update to 1.22.3. |
Date: |
Sat, 27 May 2023 10:23:53 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 32cb6c4c6210c4ddcb351fb9f49600bbe9f2880d
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat May 27 09:12:50 2023 +0200
gnu: gstreamer: Update to 1.22.3.
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.22.3.
---
gnu/packages/gstreamer.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 8971c11479..5c8d430ef5 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -461,7 +461,7 @@ the GStreamer multimedia framework.")
(define-public gstreamer
(package
(name "gstreamer")
- (version "1.22.2")
+ (version "1.22.3")
(source
(origin
(method url-fetch)
@@ -470,7 +470,7 @@ the GStreamer multimedia framework.")
version ".tar.xz"))
(sha256
(base32
- "08cfz2vkf494rsg0bn75px26fxs3syvxnsc9lj5n074j0cvfgbxj"))))
+ "0x2rdl6vfpbr7wnh1nk0rllw28cgx0js4g9vxfank7rz0naspzlz"))))
(build-system meson-build-system)
(arguments
(list #:disallowed-references (list python)
- branch gnome-team updated (09dd600159 -> 00d8a41164), guix-commits, 2023/05/27
- 01/10: gnu: gstreamer: Update to 1.22.3.,
guix-commits <=
- 03/10: gnu: gst-plugins-good: Update to 1.22.3., guix-commits, 2023/05/27
- 06/10: gnu: gst-libav: Update to 1.22.3., guix-commits, 2023/05/27
- 07/10: gnu: gst-editing-services: Update to 1.22.3., guix-commits, 2023/05/27
- 08/10: gnu: python-gst: Update to 1.22.3., guix-commits, 2023/05/27
- 04/10: gnu: gst-plugins-bad: Update to 1.22.3., guix-commits, 2023/05/27
- 10/10: gnu: gtksourceview: Fix build., guix-commits, 2023/05/27
- 02/10: gnu: gst-plugins-base: Update to 1.22.3., guix-commits, 2023/05/27
- 05/10: gnu: gst-plugins-ugly: Update to 1.22.3., guix-commits, 2023/05/27
- 09/10: gnu: gtk: Update to 4.10.3., guix-commits, 2023/05/27