summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2015-11-03 22:02:32 +0800
committer宋文武 <iyzsong@gmail.com>2015-11-03 22:06:30 +0800
commitc869eed1a7034d1930343e70950c50a5a2814963 (patch)
tree5912294bfad71f49d18a3a281aed909082beb881
parent72131606f1e8b4dcb8f0c4e14823249dab865de6 (diff)
downloadguix-patches-c869eed1a7034d1930343e70950c50a5a2814963.tar
guix-patches-c869eed1a7034d1930343e70950c50a5a2814963.tar.gz
gnu: gst-libav: Update to 1.6.1.
* gnu/packages/gstreamer.scm (gst-libav): Update to 1.6.1.
-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 6dad2ad15c..a52106b898 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -282,7 +282,7 @@ distribution problems in some jurisdictions, e.g. due to patent threats.")
(define-public gst-libav
(package
(name "gst-libav")
- (version "1.4.5")
+ (version "1.6.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -290,7 +290,7 @@ distribution problems in some jurisdictions, e.g. due to patent threats.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1g7vg9amh3cc3nmc415h6g2rqxqi4wgwqi08hxfbpwq48ri64p30"))))
+ "1a9pc7zp5rg0cvpx8gqkr21w73i6p9xa505a34day9f8p3lfim94"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--with-system-libav")