[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: gst-plugins-good: Update to 1.22.3.
From: |
guix-commits |
Subject: |
03/10: gnu: gst-plugins-good: 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 2b611f843c46ee4f608655c929b6b3a0c43636a0
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat May 27 09:14:05 2023 +0200
gnu: gst-plugins-good: Update to 1.22.3.
* gnu/packages/gstreamer.scm (gst-plugins-good): 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 aba0a8d98c..3df4997cad 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -641,7 +641,7 @@ for the GStreamer multimedia library.")
(define-public gst-plugins-good
(package
(name "gst-plugins-good")
- (version "1.22.2")
+ (version "1.22.3")
(source
(origin
(method url-fetch)
@@ -650,7 +650,7 @@ for the GStreamer multimedia library.")
"https://gstreamer.freedesktop.org/src/" name "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1p8cpkk4dynglw0xswqyf57xl5fnxmb3xld71kv35cpj4nacb33w"))))
+ (base32 "0wq2f5q395vs7hnwjqpc2gysdvkgd4jmyfdszv9g9wrf795ib0dg"))))
(build-system meson-build-system)
(arguments
(list
- branch gnome-team updated (09dd600159 -> 00d8a41164), guix-commits, 2023/05/27
- 01/10: gnu: gstreamer: Update to 1.22.3., guix-commits, 2023/05/27
- 03/10: gnu: gst-plugins-good: Update to 1.22.3.,
guix-commits <=
- 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