guix-commits
[Top][All Lists]
Advanced

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

07/20: gnu: gst-libav: Update to 1.20.3.


From: guix-commits
Subject: 07/20: gnu: gst-libav: Update to 1.20.3.
Date: Sun, 31 Jul 2022 06:18:51 -0400 (EDT)

lilyp pushed a commit to branch staging
in repository guix.

commit a7c64b598bc298e6c3dda71e4b3f6711db8ed559
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Jun 26 19:25:42 2022 +0200

    gnu: gst-libav: Update to 1.20.3.
    
    * gnu/packages/gstreamer.scm (gst-libav): 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 fe9a8d6c32..78665b293a 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -966,7 +966,7 @@ think twice about shipping them.")
 (define-public gst-libav
   (package
     (name "gst-libav")
-    (version "1.18.5")
+    (version "1.20.3")
     (source
      (origin
        (method url-fetch)
@@ -975,7 +975,7 @@ think twice about shipping them.")
          "https://gstreamer.freedesktop.org/src/"; name "/"
          name "-" version ".tar.xz"))
        (sha256
-        (base32 "0j55jgk9sbhinfx2gsg21q609x6yzrixrn5xxlxd378fj6500bl2"))))
+        (base32 "1zkxybdzdkn07wwmj0rrgxyvbry472dggjv2chdsmpzwc02x3v9z"))))
     (build-system meson-build-system)
     (native-inputs
      (list perl pkg-config python-wrapper ruby))



reply via email to

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