[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: gst-plugins-base: Update to 1.6.3.
From: |
Andreas Enge |
Subject: |
02/07: gnu: gst-plugins-base: Update to 1.6.3. |
Date: |
Fri, 05 Feb 2016 21:10:20 +0000 |
andreas pushed a commit to branch wip-gstreamer
in repository guix.
commit 8703d4e332a693a2c37519bfc8e96236b61c95a8
Author: 宋文武 <address@hidden>
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
- branch wip-gstreamer created (now 869f563), Andreas Enge, 2016/02/05
- 01/07: gnu: gstreamer: Update to 1.6.3., Andreas Enge, 2016/02/05
- 02/07: gnu: gst-plugins-base: Update to 1.6.3.,
Andreas Enge <=
- 05/07: gnu: gst-libav: Update to 1.6.3., Andreas Enge, 2016/02/05
- 04/07: gnu: gst-plugins-ugly: Update to 1.6.3., Andreas Enge, 2016/02/05
- 06/07: gnu: Add gst-plugins-bad., Andreas Enge, 2016/02/05
- 03/07: gnu: gst-plugins-good: Update to 1.6.3., Andreas Enge, 2016/02/05
- 07/07: gnu: gst-plugins-base: Use 'modify-phases'., Andreas Enge, 2016/02/05