guix-commits
[Top][All Lists]
Advanced

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

03/20: gnu: gst-plugins-base: Update to 1.20.3.


From: guix-commits
Subject: 03/20: gnu: gst-plugins-base: Update to 1.20.3.
Date: Sun, 31 Jul 2022 06:18:47 -0400 (EDT)

lilyp pushed a commit to branch staging
in repository guix.

commit f1e8cc6a9826f951fe95dc374b4db6fc8e25d981
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Jun 26 19:22:55 2022 +0200

    gnu: gst-plugins-base: Update to 1.20.3.
    
    * gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.20.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 9bf56999a8..0f655db067 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -521,7 +521,7 @@ This package provides the core library and elements.")
 (define-public gst-plugins-base
   (package
     (name "gst-plugins-base")
-    (version "1.18.5")
+    (version "1.20.3")
     (source
      (origin
       (method url-fetch)
@@ -529,7 +529,7 @@ This package provides the core library and elements.")
                           name "-" version ".tar.xz"))
       (sha256
        (base32
-        "18vg8kk7p2p8za8zaqg0v7z6898yw5a3b12vvl7xn02pb3s7l2wn"))))
+        "17rw8wj1x1bg153m9z76pdvgz5k93m3riyalfpzq00x7h7fv6c3y"))))
     (build-system meson-build-system)
     (propagated-inputs
      `(("glib" ,glib)              ;required by gstreamer-sdp-1.0.pc



reply via email to

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