summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-07-18 14:09:36 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-07-18 14:09:36 +0300
commit727a9a5bd48f214dcbcffbf8eb2be34a030f85d2 (patch)
treeb09f2b7b43b3e015967f519858e05e99c7e79e99 /gnu
parent0c19247ceaee46b6bc53ca22fbe314cc8e5e6ef0 (diff)
downloadpatches-727a9a5bd48f214dcbcffbf8eb2be34a030f85d2.tar
patches-727a9a5bd48f214dcbcffbf8eb2be34a030f85d2.tar.gz
gnu: gst-plugins-good: Update to 1.8.2.
* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.8.2.
Diffstat (limited to 'gnu')
-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 7c2a50c7a1..f917970bbd 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -198,7 +198,7 @@ for the GStreamer multimedia library.")
(define-public gst-plugins-good
(package
(name "gst-plugins-good")
- (version "1.8.0")
+ (version "1.8.2")
(source
(origin
(method url-fetch)
@@ -207,7 +207,7 @@ for the GStreamer multimedia library.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0kczdvqxvl8kxiy2d7czv16jp73hv9k3nykh47ckihnv8x6i6362"))))
+ "0i1rlbbx3m6ykvcdyaidsd8wa2b7nq2qmcvbrsg00yivi88ljxcd"))))
(build-system gnu-build-system)
(inputs
`(("aalib" ,aalib)