guix-commits
[Top][All Lists]
Advanced

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

52/81: gnu: gst-plugins-base: Update to 1.24.6.


From: guix-commits
Subject: 52/81: gnu: gst-plugins-base: Update to 1.24.6.
Date: Sun, 27 Oct 2024 04:49:13 -0400 (EDT)

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

commit eb0082de37a0d3386d578102d1334e8590392148
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Aug 17 23:27:04 2024 +0200

    gnu: gst-plugins-base: Update to 1.24.6.
    
    * gnu/packages/gstreamer.scm (gst-plugins-base): 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 986cac818d..adf9279100 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -539,7 +539,7 @@ This package provides the core library and elements.")
 (define-public gst-plugins-base
   (package
     (name "gst-plugins-base")
-    (version "1.22.3")
+    (version "1.24.6")
     (source
      (origin
       (method url-fetch)
@@ -547,7 +547,7 @@ This package provides the core library and elements.")
                           name "-" version ".tar.xz"))
       (sha256
        (base32
-        "1ww9xx6c4mwvgn9k56d1xfnd3i1jm4v8rfiy4f07686ll24n4n8w"))))
+        "1d99qbn27371950v5arnw711fqzh6j7q34b8fmscjznfl0svalng"))))
     (build-system meson-build-system)
     (propagated-inputs
      (list glib                     ;required by gstreamer-sdp-1.0.pc



reply via email to

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