guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: gst-plugins-base: Update to 1.22.3.


From: guix-commits
Subject: 02/10: gnu: gst-plugins-base: Update to 1.22.3.
Date: Sat, 27 May 2023 10:23:53 -0400 (EDT)

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

commit 0821bb4af9107cf3171a018532a9c79d07da9715
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Apr 16 07:47:00 2023 +0200

    gnu: gst-plugins-base: Update to 1.22.3.
    
    * gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.22.3.
---
 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 5c8d430ef5..aba0a8d98c 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -542,7 +542,7 @@ This package provides the core library and elements.")
 (define-public gst-plugins-base
   (package
     (name "gst-plugins-base")
-    (version "1.22.2")
+    (version "1.22.3")
     (source
      (origin
       (method url-fetch)
@@ -550,7 +550,7 @@ This package provides the core library and elements.")
                           name "-" version ".tar.xz"))
       (sha256
        (base32
-        "0jcxcx4mgfjvfb3ixibwhx8j330mq3ap469w7hapm6z79q614rgb"))))
+        "1ww9xx6c4mwvgn9k56d1xfnd3i1jm4v8rfiy4f07686ll24n4n8w"))))
     (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]