GNU bug report logs - #77956
[PATCH gnome-team 00/23] Start working on GNOME 48

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Mon, 21 Apr 2025 13:55:02 UTC

Severity: normal

Tags: patch

Full log


Message #53 received at 77956 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 77956 <at> debbugs.gnu.org
Subject: [PATCH gnome-team 15/23] gnu: gst-plugins-good: Update to 1.26.0.
Date: Mon, 21 Apr 2025 15:47:49 +0200
* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.26.0.
---
 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 eddae5826a0..e7ab7fb2a97 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -655,7 +655,7 @@ (define-public gst-plugins-base
 (define-public gst-plugins-good
   (package
     (name "gst-plugins-good")
-    (version "1.24.9")
+    (version "1.26.0")
     (source
      (origin
        (method url-fetch)
@@ -664,7 +664,7 @@ (define-public gst-plugins-good
          "https://gstreamer.freedesktop.org/src/" name "/"
          name "-" version ".tar.xz"))
        (sha256
-        (base32 "17vr55pgh2paqi82l5jn841873c2w0lal7kgz2i3qzikzw5yazc9"))))
+        (base32 "0fzhxbib3bfkx1h3zj5a27gpcvbks7hqzfyzq9khibb9xwwz264y"))))
     (build-system meson-build-system)
     (arguments
      (list
-- 
2.49.0





This bug report was last modified 51 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.