summaryrefslogtreecommitdiff
path: root/gnu/packages/gstreamer.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-11-17 22:47:30 +0200
committerEfraim Flashner <efraim@flashner.co.il>2016-11-18 10:01:29 +0200
commitfaa3c13920f5b5755ddc6ecfaf108497ea138992 (patch)
tree8de1d8596aa1ce90c498bbb77b4d788aa0cec675 /gnu/packages/gstreamer.scm
parentde0e591a53ed3631206f7409057e93d1d1253288 (diff)
downloadguix-patches-faa3c13920f5b5755ddc6ecfaf108497ea138992.tar
guix-patches-faa3c13920f5b5755ddc6ecfaf108497ea138992.tar.gz
gnu: gst-plugins-good: Update to 1.10.1.
* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.10.1.
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-rw-r--r--gnu/packages/gstreamer.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 64224b8c6f..29fa444e15 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -200,7 +200,7 @@ for the GStreamer multimedia library.")
(define-public gst-plugins-good
(package
(name "gst-plugins-good")
- (version "1.10.0")
+ (version "1.10.1")
(source
(origin
(method url-fetch)
@@ -209,7 +209,7 @@ for the GStreamer multimedia library.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1qhx6x3ax1qqbvm20zhqax3dsas4yzlx7vdjnjqllqzmcfbma0vs"))))
+ "1hkcap9l2603266gyi6jgvx7frbvfmb7xhfhjizbczy1wykjwr57"))))
(build-system gnu-build-system)
(inputs
`(("aalib" ,aalib)