diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-10-08 15:17:06 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-10-09 22:42:58 -0400 |
commit | e030df6e097c970c424547ff0e5e8272bded802f (patch) | |
tree | 12c9f0cae9f05c9281d8b51fad59ce383de9539d /gnu/packages | |
parent | bd5b51e951d84554a5472479bb130d183a998c27 (diff) | |
download | guix-e030df6e097c970c424547ff0e5e8272bded802f.tar.gz |
gnu: python-gst: Update to 1.18.5.
* gnu/packages/gstreamer.scm (python-gst): Update to 1.18.5.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gstreamer.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 0618716c7c..feb11c882b 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -1055,7 +1055,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 @@ -1063,7 +1063,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) |