guix-commits
[Top][All Lists]
Advanced

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

93/122: gnu: gst-plugins-base: Update to 1.18.4.


From: guix-commits
Subject: 93/122: gnu: gst-plugins-base: Update to 1.18.4.
Date: Fri, 11 Jun 2021 12:12:18 -0400 (EDT)

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit 0febeafd8d1215f816b79940cda008970a8ec968
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>
---
 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 256eb38..82b4676 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)
@@ -546,7 +546,7 @@ This package provides the core library and elements.")
       (patches (search-patches 
"gst-plugins-base-fix-id3v2-invalid-read.patch"))
       (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]