gnu: gstreamer: Update to 1.10.0.

* gnu/packages/gstreamer.scm (gstreamer): Update to 1.10.0.
This commit is contained in:
Efraim Flashner 2016-11-03 20:39:23 +02:00
parent 05234973c7
commit e2a2eeecce
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ arrays of data.")
(define-public gstreamer (define-public gstreamer
(package (package
(name "gstreamer") (name "gstreamer")
(version "1.8.2") (version "1.10.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -106,7 +106,7 @@ arrays of data.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0hc3j684nx209p10ampvnkza3gna2yiryr7jyx701ciakh3vxglx")))) "01vjsgz58n6nrmnahs4ac7v4656yc042ymffqjzqa0a8pvx7hxqy"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" "doc")) (outputs '("out" "doc"))
(arguments (arguments