diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-11-17 22:50:25 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-11-18 14:26:40 +0200 |
commit | 4d17fe2ad339cebfbe999c758d22951d562b1e8e (patch) | |
tree | 6d01d8d454583ac7e30d1bbc24cd3ed83881096d | |
parent | 950548b0f790e5eeac623681317056478e87819a (diff) | |
download | guix-4d17fe2ad339cebfbe999c758d22951d562b1e8e.tar guix-4d17fe2ad339cebfbe999c758d22951d562b1e8e.tar.gz |
gnu: python-gst: Update to 1.10.1.
* gnu/packages/gstreamer.scm (python-gst, python2-gst): Update to 1.10.1.
-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 2fbc51a83e..5fe84ec2fc 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -419,7 +419,7 @@ compression formats through the use of the libav library.") (define-public python-gst (package (name "python-gst") - (version "1.10.0") + (version "1.10.1") (source (origin (method url-fetch) (uri (string-append @@ -427,7 +427,7 @@ compression formats through the use of the libav library.") "gst-python-" version ".tar.xz")) (sha256 (base32 - "0hf71m0vqnd5sdj14li935xzzmqxh606qgw744a25w3vwj9v8nfy")))) + "04xhh0z0c0s6aq7kvmfs4r6yl1pjnqz0krp05pbjy62ayx5b61ak")))) (build-system gnu-build-system) (arguments ;; XXX: Factorize python-sitedir with python-build-system. |