guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#72702] [PATCH gnome-team 16/20] gnu: gst-plugins-bad: Update to 1.2


From: Liliana Marie Prikler
Subject: [bug#72702] [PATCH gnome-team 16/20] gnu: gst-plugins-bad: Update to 1.24.6.
Date: Sat, 17 Aug 2024 23:27:18 +0200

* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.24.6.
---
 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 65bb322193..84effb47ee 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -756,14 +756,14 @@ (define-public gst-plugins-good-qt
 (define-public gst-plugins-bad
   (package
     (name "gst-plugins-bad")
-    (version "1.22.3")
+    (version "1.24.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://gstreamer.freedesktop.org/src/";
                                   name "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1n116sphawmlqyjp1b8sv07vz4rjk1zn07286w37y4l65pp8yyg1"))
+                "0k5nqlcrl0p5gy2n9zkl34vjp0gj9sg787kwahgpr0p72darckcg"))
               (modules '((guix build utils)))
               (snippet
                '(begin
-- 
2.45.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]