guix-commits
[Top][All Lists]
Advanced

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

99/155: gnu: gst-plugins-base: Update to 1.24.9.


From: guix-commits
Subject: 99/155: gnu: gst-plugins-base: Update to 1.24.9.
Date: Mon, 23 Dec 2024 15:24:16 -0500 (EST)

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

commit 75fc9d9cfdac518bd3cf4f7d9f82605144c249e7
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Nov 11 15:16:49 2024 +0900

    gnu: gst-plugins-base: Update to 1.24.9.
    
    * gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.24.9.
    
    Change-Id: I338bc1309310315b026e19584638829b47cb77b5
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 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 127efb1b12..7cdbdb82ed 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.24.6")
+    (version "1.24.9")
     (source
      (origin
       (method url-fetch)
@@ -547,7 +547,7 @@ This package provides the core library and elements.")
                           name "-" version ".tar.xz"))
       (sha256
        (base32
-        "1d99qbn27371950v5arnw711fqzh6j7q34b8fmscjznfl0svalng"))))
+        "1jspg24zlpmg4bxa298v6l8hcaqw27411dj2v16y0g3xj13bkcsv"))))
     (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]