guix-commits
[Top][All Lists]
Advanced

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

97/122: gnu: gst-libav: Update to 1.18.4.


From: guix-commits
Subject: 97/122: gnu: gst-libav: Update to 1.18.4.
Date: Wed, 30 Jun 2021 18:26:44 -0400 (EDT)

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

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

    gnu: gst-libav: Update to 1.18.4.
    
    * gnu/packages/gstreamer.scm (gst-libav)[version]: Update to 1.18.4.
    
    Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
---
 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 b78ef44..dd639ce 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -885,7 +885,7 @@ think twice about shipping them.")
 (define-public gst-libav
   (package
     (name "gst-libav")
-    (version "1.18.2")
+    (version "1.18.4")
     (source
      (origin
        (method url-fetch)
@@ -895,7 +895,7 @@ think twice about shipping them.")
          name "-" version ".tar.xz"))
        (patches (search-patches "gst-libav-64channels-stack-corruption.patch"))
        (sha256
-        (base32 "0jbzams9ggk3sq9ywv4gsl9rghyn203l2582m6l5c1sz9ka9m5in"))))
+        (base32 "15n3x3vhshqa3icw93g4vqmqd46122anzqvfxwn6q8famlxlcjil"))))
     (build-system meson-build-system)
     (native-inputs
      `(("perl" ,perl)



reply via email to

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