Archived
1
0
Fork 0

gnu: python-gst: Update to 1.10.0.

* gnu/packages/gstreamer.scm (python-gst): Update to 1.10.0.
This commit is contained in:
Efraim Flashner 2016-11-03 20:43:57 +02:00
parent 81fc4b20c7
commit 96451462c5
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -417,7 +417,7 @@ compression formats through the use of the libav library.")
(define-public python-gst (define-public python-gst
(package (package
(name "python-gst") (name "python-gst")
(version "1.8.2") (version "1.10.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -425,7 +425,7 @@ compression formats through the use of the libav library.")
"gst-python-" version ".tar.xz")) "gst-python-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"15sdfa6lq5pswvi09vk51cs30yf8wr2rlm9myhb4q0c2jhiial2g")))) "0hf71m0vqnd5sdj14li935xzzmqxh606qgw744a25w3vwj9v8nfy"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
;; XXX: Factorize python-sitedir with python-build-system. ;; XXX: Factorize python-sitedir with python-build-system.