gnu: gst-plugins-good: Update to 1.10.0.

* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.10.0.
This commit is contained in:
Efraim Flashner 2016-11-03 20:41:01 +02:00
parent 74e6c84444
commit 49eddefbf0
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -199,7 +199,7 @@ for the GStreamer multimedia library.")
(define-public gst-plugins-good
(package
(name "gst-plugins-good")
(version "1.8.2")
(version "1.10.0")
(source
(origin
(method url-fetch)
@ -208,7 +208,7 @@ for the GStreamer multimedia library.")
name "-" version ".tar.xz"))
(sha256
(base32
"0i1rlbbx3m6ykvcdyaidsd8wa2b7nq2qmcvbrsg00yivi88ljxcd"))))
"1qhx6x3ax1qqbvm20zhqax3dsas4yzlx7vdjnjqllqzmcfbma0vs"))))
(build-system gnu-build-system)
(inputs
`(("aalib" ,aalib)