aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gstreamer.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-12-01 12:56:23 +0200
committerEfraim Flashner <efraim@flashner.co.il>2016-12-01 12:56:23 +0200
commit329e432d60b95cf603195f17949de2e160ae458c (patch)
tree3eabe0d88510446e537e13dd75c6c081bb56a920 /gnu/packages/gstreamer.scm
parent68c2ab8c22650aa469e4f473361d95d92a88e730 (diff)
downloadguix-329e432d60b95cf603195f17949de2e160ae458c.tar
guix-329e432d60b95cf603195f17949de2e160ae458c.tar.gz
gnu: python-gst: Update to 1.10.2.
* gnu/packages/gstreamer.scm (python-gst): Update to 1.10.2.
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-rw-r--r--gnu/packages/gstreamer.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index e567bb0574..54f1529de4 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -420,7 +420,7 @@ compression formats through the use of the libav library.")
(define-public python-gst
(package
(name "python-gst")
- (version "1.10.1")
+ (version "1.10.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -428,7 +428,7 @@ compression formats through the use of the libav library.")
"gst-python-" version ".tar.xz"))
(sha256
(base32
- "04xhh0z0c0s6aq7kvmfs4r6yl1pjnqz0krp05pbjy62ayx5b61ak"))))
+ "1sljnqkxf2ix6yzghrapw5irl0rbp8aa8w2hggk7i6d9js10ls71"))))
(build-system gnu-build-system)
(arguments
;; XXX: Factorize python-sitedir with python-build-system.