andreas pushed a commit to branch wip-gstreamer
in repository guix.
commit 8703d4e332a693a2c37519bfc8e96236b61c95a8
Author: 宋文武 <[email protected]>
Date: Thu Jan 21 13:50:02 2016 +0800
gnu: gst-plugins-base: Update to 1.6.3.
* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.6.3.
---
gnu/packages/gstreamer.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 5bef1f5..69492e1 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -131,7 +131,7 @@ This package provides the core library and elements.")
(define-public gst-plugins-base
(package
(name "gst-plugins-base")
- (version "1.6.1")
+ (version "1.6.3")
(source
(origin
(method url-fetch)
@@ -139,7 +139,7 @@ This package provides the core library and elements.")
name "-" version ".tar.xz"))
(sha256
(base32
- "18sbyjcp281zb3bsqji3pglsdsxi0s6ai7rx90sx8cpflkxdqcwm"))))
+ "0xbskifk95rw7jd85sqjrmqh2kys1bpi0inrxyapx1x4vf7ly5dn"))))
(build-system gnu-build-system)
(outputs '("out" "doc"))
(propagated-inputs