diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-11 21:00:43 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-11 21:00:43 -0400 |
commit | 5842d69824f7235ce89401cc15a1fce4dcb3ce00 (patch) | |
tree | f1a4aab41bf1275b4a74f79093577dfcdacaba69 /gnu/packages | |
parent | 6c0a68acaca707625d73d63c7d2273d9358856a6 (diff) | |
download | guix-5842d69824f7235ce89401cc15a1fce4dcb3ce00.tar guix-5842d69824f7235ce89401cc15a1fce4dcb3ce00.tar.gz |
gnu: python-gst: Update to 1.22.2.
* gnu/packages/gstreamer.scm (python-gst): Update to 1.22.2.
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 20ca2b2e3f..0d051438e3 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -1104,7 +1104,7 @@ binary, but none of the actual plugins."))) (define-public python-gst (package (name "python-gst") - (version "1.22.1") + (version "1.22.2") (source (origin (method url-fetch) (uri (string-append @@ -1112,7 +1112,7 @@ binary, but none of the actual plugins."))) "gst-python-" version ".tar.xz")) (sha256 (base32 - "1fryl7rifgjkcc3wsfn4c3as3znhr8y8jnsib8kn8nk83m28l04n")))) + "1bak46bj92gyz613m99mnl0yw0qhbhq5dfxifnvldgp45kcb7wmy")))) (build-system meson-build-system) (arguments (list |