gnu: gst-plugins-ugly: Update to 1.8.2.

* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.8.2.
master
Efraim Flashner 2016-07-18 14:10:06 +03:00
parent 727a9a5bd4
commit 935742f38f
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -336,7 +336,7 @@ par compared to the rest.")
(define-public gst-plugins-ugly
(package
(name "gst-plugins-ugly")
(version "1.8.0")
(version "1.8.2")
(source
(origin
(method url-fetch)
@ -344,7 +344,7 @@ par compared to the rest.")
name "/" name "-" version ".tar.xz"))
(sha256
(base32
"137b6kqykh5nwbmiv28nn1pc1d2x2rb2xxg382pc9pa9gpxpyrak"))))
"1b58s7z430cbbaw8mgy87kslbpmj3xmm66wsr7bddhcgm6i36nww"))))
(build-system gnu-build-system)
(inputs
`(("gst-plugins-base" ,gst-plugins-base)