guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: gst-plugins-base: Update to 1.18.4.


From: guix-commits
Subject: 02/09: gnu: gst-plugins-base: Update to 1.18.4.
Date: Tue, 13 Apr 2021 09:31:32 -0400 (EDT)

raghavgururajan pushed a commit to branch staging
in repository guix.

commit cbf35371a9136ad61caa037b6dc265a2cbd74384
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Mon Apr 12 11:36:07 2021 +0200

    gnu: gst-plugins-base: Update to 1.18.4.
    
    * gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.18.4.
    
    Co-authored-by: 宋文武 <iyzsong@member.fsf.org>
    Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
---
 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 a13e787..cc8b29a 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -537,7 +537,7 @@ This package provides the core library and elements.")
 (define-public gst-plugins-base
   (package
     (name "gst-plugins-base")
-    (version "1.18.2")
+    (version "1.18.4")
     (source
      (origin
       (method url-fetch)
@@ -545,7 +545,7 @@ This package provides the core library and elements.")
                           name "-" version ".tar.xz"))
       (sha256
        (base32
-        "1b05kg46azrxxvq42c71071lfsnc34pw4vynnkczdqi6g0gzn16x"))))
+        "08w3ivbc6n4vdds2ap6q7l8zdk9if8417nznyqidf0adm0lk5r99"))))
     (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]