guix-commits
[Top][All Lists]
Advanced

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

53/84: gnu: gst-plugins-good: Update to 1.24.6.


From: guix-commits
Subject: 53/84: gnu: gst-plugins-good: Update to 1.24.6.
Date: Sat, 9 Nov 2024 03:54:38 -0500 (EST)

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

commit 005613e276a85aa869a0c8e2a252ab54345a9c1a
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
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 adf9279100..55002546ef 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.3")
+    (version "1.24.6")
     (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 "0wq2f5q395vs7hnwjqpc2gysdvkgd4jmyfdszv9g9wrf795ib0dg"))))
+        (base32 "0bds42wpbsnrmqh1jk8ix157v8g5hrh8nw84wcxx8vi43n6rqswr"))))
     (build-system meson-build-system)
     (arguments
      (list



reply via email to

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