lilyp pushed a commit to branch gnome-team
in repository guix.

commit 0ac8d1e5f7037498825227aeb0d34997742d2627
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Aug 17 23:27:09 2024 +0200

    gnu: gst-plugins-good: Update to 1.24.6.
    
    * gnu/packages/gstreamer.scm (gst-plugins-good): 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 78242ff788..478b56517e 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -638,7 +638,7 @@ for the GStreamer multimedia library.")
 (define-public gst-plugins-good
   (package
     (name "gst-plugins-good")
-    (version "1.22.3")
+    (version "1.24.6")
     (source
      (origin
        (method url-fetch)
@@ -647,7 +647,7 @@ for the GStreamer multimedia library.")
          "https://gstreamer.freedesktop.org/src/"; name "/"
          name "-" version ".tar.xz"))
        (sha256
-        (base32 "0wq2f5q395vs7hnwjqpc2gysdvkgd4jmyfdszv9g9wrf795ib0dg"))))
+        (base32 "0bds42wpbsnrmqh1jk8ix157v8g5hrh8nw84wcxx8vi43n6rqswr"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to