1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-08 14:10:38 +02:00

gnu: gst-plugins-bad: Update to 1.10.2.

* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.10.2.
This commit is contained in:
Efraim Flashner
2016-12-01 12:54:19 +02:00
parent 1742132fb1
commit 3103a71f65

View File

@@ -266,14 +266,14 @@ developers consider to have good quality code and correct functionality.")
(define-public gst-plugins-bad
(package
(name "gst-plugins-bad")
(version "1.10.1")
(version "1.10.2")
(source (origin
(method url-fetch)
(uri (string-append "https://gstreamer.freedesktop.org/src/"
name "/" name "-" version ".tar.xz"))
(sha256
(base32
"07cjra4fclrk6lpdm5hrsgp79aqpklx3v3l9scain091zvchwghk"))))
"0fisnnfpp3s8pbm6hjrfi4wjpq2da8c6w3ns9pjcg7590f9wm587"))))
(outputs '("out" "doc"))
(build-system gnu-build-system)
(arguments