guix-commits
[Top][All Lists]
Advanced

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

67/203: gnu: python-gst: Update to 1.18.5.


From: guix-commits
Subject: 67/203: gnu: python-gst: Update to 1.18.5.
Date: Wed, 3 Nov 2021 21:10:02 -0400 (EDT)

apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit c3a967d0330cd758bf673e047a70423b99328dc4
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 8 15:17:06 2021 -0400

    gnu: python-gst: Update to 1.18.5.
    
    * gnu/packages/gstreamer.scm (python-gst): Update to 1.18.5.
---
 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 5f8ce8d..f0e5f55 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -1062,7 +1062,7 @@ given, also pass them to the build system instead of the 
ones used by PKG."
 (define-public python-gst
   (package
     (name "python-gst")
-    (version "1.18.2")
+    (version "1.18.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1070,7 +1070,7 @@ given, also pass them to the build system instead of the 
ones used by PKG."
                     "gst-python-" version ".tar.xz"))
               (sha256
                (base32
-                "171qxzndii7ynn9ag3a12h9vyydxzwy1j4ip3cb8hgim1dv0z7g1"))))
+                "0lmwwmr3wm56qlrdrb0d5cpmqxkcmarz61wmp1nrv5852f3qadjk"))))
     (build-system meson-build-system)
     (arguments
      `(#:modules ((guix build meson-build-system)



reply via email to

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