diff options
author | Leo Famulari <leo@famulari.name> | 2017-02-26 21:36:04 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-02-27 04:04:52 -0500 |
commit | 50a86ee6c9c3e4be200e2a8440a4f144bf42d769 (patch) | |
tree | d9bf145dc84a1cfffc3bf395ac71a27521028a02 /gnu/packages/gstreamer.scm | |
parent | b8f337c2805465b558271a361aa14e622ad936db (diff) | |
download | patches-50a86ee6c9c3e4be200e2a8440a4f144bf42d769.tar patches-50a86ee6c9c3e4be200e2a8440a4f144bf42d769.tar.gz |
gnu: python-gst: Update to 1.10.4.
* gnu/packages/gstreamer.scm (python-gst): Update to 1.10.4.
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-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 d4bab98055..5a1cf53336 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -424,7 +424,7 @@ compression formats through the use of the libav library.") (define-public python-gst (package (name "python-gst") - (version "1.10.3") + (version "1.10.4") (source (origin (method url-fetch) (uri (string-append @@ -432,7 +432,7 @@ compression formats through the use of the libav library.") "gst-python-" version ".tar.xz")) (sha256 (base32 - "1s5437bnk0j5hfg2gwfwq4b68l6vj1lfskxh73v6ikp0vw32vymx")))) + "04l2hvvz9b0f3nyds1k3yfk5di8a91fpr6maj19c11mwp1s82l2r")))) (build-system gnu-build-system) (arguments ;; XXX: Factorize python-sitedir with python-build-system. |