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

commit 3b12bc0c209a29296e27abba46337ddd28f50742
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Nov 11 15:16:50 2024 +0900

    gnu: gst-plugins-good: Update to 1.24.9.
    
    * gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.24.9.
    
    Change-Id: If27d9b505444e7a9ace611349287e27e8e355863
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 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 c2f0d10133..94bf6e4664 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.24.6")
+    (version "1.24.9")
     (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 "0bds42wpbsnrmqh1jk8ix157v8g5hrh8nw84wcxx8vi43n6rqswr"))))
+        (base32 "17vr55pgh2paqi82l5jn841873c2w0lal7kgz2i3qzikzw5yazc9"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to