me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.10.1.
master
Efraim Flashner 2016-11-17 22:49:12 +02:00
parent 95e89a4510
commit 2e747a3ff6
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -342,7 +342,7 @@ par compared to the rest.")
(define-public gst-plugins-ugly
(package
(name "gst-plugins-ugly")
(version "1.10.0")
(version "1.10.1")
(source
(origin
(method url-fetch)
@ -350,7 +350,7 @@ par compared to the rest.")
name "/" name "-" version ".tar.xz"))
(sha256
(base32
"1q2m3bl8kh9q3grshj55lb2mqby4r20qfsrffc2l7ddb0ccqvplp"))))
"1hl385fys7hfx5ffipavvhciq6hwm731rs4d6r9fn7h9qagxbv55"))))
(build-system gnu-build-system)
(inputs
`(("gst-plugins-base" ,gst-plugins-base)