[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: python-gst: Update to 1.19.2.
From: |
guix-commits |
Subject: |
10/10: gnu: python-gst: Update to 1.19.2. |
Date: |
Sat, 2 Oct 2021 01:13:23 -0400 (EDT) |
apteryx pushed a commit to branch staging
in repository guix.
commit b2fe4c44e39f66d203d99b16aeed3bb69ccca6c8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Oct 2 00:42:40 2021 -0400
gnu: python-gst: Update to 1.19.2.
* gnu/packages/gstreamer.scm (python-gst): Update to 1.19.2.
[meson]: Use meson-0.55.
---
gnu/packages/gstreamer.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 45648bf..63bbe7e 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -1045,7 +1045,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.19.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1053,10 +1053,11 @@ given, also pass them to the build system instead of
the ones used by PKG."
"gst-python-" version ".tar.xz"))
(sha256
(base32
- "171qxzndii7ynn9ag3a12h9vyydxzwy1j4ip3cb8hgim1dv0z7g1"))))
+ "1y5wkp0nzqks8q5dbqi0491yv2yia4jz3bwh7sa2v8whkg46v3c7"))))
(build-system meson-build-system)
(arguments
- `(#:modules ((guix build meson-build-system)
+ `(#:meson ,meson-0.55
+ #:modules ((guix build meson-build-system)
(guix build utils)
((guix build python-build-system) #:prefix python:))
#:imported-modules (,@%meson-build-system-modules
- branch staging updated (15916cf -> b2fe4c4), guix-commits, 2021/10/02
- 01/10: gnu: gstreamer-docs: Update to 1.19.2., guix-commits, 2021/10/02
- 04/10: gnu: gst-plugins-good: Update to 1.19.2., guix-commits, 2021/10/02
- 03/10: gnu: gst-plugins-base: Update to 1.19.2., guix-commits, 2021/10/02
- 06/10: gnu: gst-plugins-bad: Update to 1.19.2., guix-commits, 2021/10/02
- 07/10: gnu: gst-plugins-ugly: Update to 1.19.2., guix-commits, 2021/10/02
- 08/10: gnu: gst-libav: Update to 1.19.2., guix-commits, 2021/10/02
- 09/10: gnu: gst-editing-services: Update to 1.19.2., guix-commits, 2021/10/02
- 10/10: gnu: python-gst: Update to 1.19.2.,
guix-commits <=
- 02/10: gnu: gstreamer: Update to 1.19.2., guix-commits, 2021/10/02
- 05/10: gnu: zxing-cpp: Update to 1.2.0., guix-commits, 2021/10/02