[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/10: gnu: python-gst: Update to 1.10.0.
From: |
Efraim Flashner |
Subject: |
06/10: gnu: python-gst: Update to 1.10.0. |
Date: |
Sat, 5 Nov 2016 16:16:43 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit 96451462c51fd54fd3c1e4df312e005b12cdde40
Author: Efraim Flashner <address@hidden>
Date: Thu Nov 3 20:43:57 2016 +0200
gnu: python-gst: Update to 1.10.0.
* gnu/packages/gstreamer.scm (python-gst): Update to 1.10.0.
---
gnu/packages/gstreamer.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 452e0d1..310e4d1 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -417,7 +417,7 @@ compression formats through the use of the libav library.")
(define-public python-gst
(package
(name "python-gst")
- (version "1.8.2")
+ (version "1.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -425,7 +425,7 @@ compression formats through the use of the libav library.")
"gst-python-" version ".tar.xz"))
(sha256
(base32
- "15sdfa6lq5pswvi09vk51cs30yf8wr2rlm9myhb4q0c2jhiial2g"))))
+ "0hf71m0vqnd5sdj14li935xzzmqxh606qgw744a25w3vwj9v8nfy"))))
(build-system gnu-build-system)
(arguments
;; XXX: Factorize python-sitedir with python-build-system.
- branch master updated (0523497 -> 268b380), Efraim Flashner, 2016/11/05
- 03/10: gnu: gst-plugins-good: Update to 1.10.0., Efraim Flashner, 2016/11/05
- 07/10: gnu: freeipmi: Update to 1.5.5., Efraim Flashner, 2016/11/05
- 02/10: gnu: gst-plugins-base: Update to 1.10.0., Efraim Flashner, 2016/11/05
- 01/10: gnu: gstreamer: Update to 1.10.0., Efraim Flashner, 2016/11/05
- 06/10: gnu: python-gst: Update to 1.10.0.,
Efraim Flashner <=
- 05/10: gnu: gst-libav: Update to 1.10.0., Efraim Flashner, 2016/11/05
- 09/10: gnu: gst-plugins-bad: Update to 1.10.0., Efraim Flashner, 2016/11/05
- 10/10: gnu: whois: Update to 5.2.13., Efraim Flashner, 2016/11/05
- 08/10: gnu: jasper: Update to 1.900.19., Efraim Flashner, 2016/11/05
- 04/10: gnu: gst-plugins-ugly: Update to 1.10.0., Efraim Flashner, 2016/11/05