[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: vapoursynth: Update to 35.
From: |
Efraim Flashner |
Subject: |
03/06: gnu: vapoursynth: Update to 35. |
Date: |
Sat, 29 Oct 2016 21:07:57 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit 0b37c4cda79bf07ac43d0b711f4a0f4467ed341f
Author: Efraim Flashner <address@hidden>
Date: Sat Oct 29 20:45:29 2016 +0300
gnu: vapoursynth: Update to 35.
* gnu/packages/video.scm (vapoursynth): Update to 35.
---
gnu/packages/video.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index acf50f3..e7e1123 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1286,16 +1286,16 @@ capabilities.")
(define-public vapoursynth
(package
(name "vapoursynth")
- (version "34")
+ (version "35")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/vapoursynth/vapoursynth/archive/R"
version ".tar.gz"))
- (file-name (string-append name "-" version))
+ (file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0rfldphg4gy3sdfffi5yzklqz93vsj2j6nny8snjbavnf161blyi"))))
+ "0629ys2lf618n9cc644xlvx0vx52v2fp3sx14p4mx5rg9nlasb3n"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)
- branch master updated (a7e7512 -> 8f210c0), Efraim Flashner, 2016/10/29
- 03/06: gnu: vapoursynth: Update to 35.,
Efraim Flashner <=
- 06/06: gnu: ccache: Update to 3.3.3., Efraim Flashner, 2016/10/29
- 02/06: gnu: offlineimap: Update to 7.0.9., Efraim Flashner, 2016/10/29
- 01/06: gnu: chess: Update to 6.2.4., Efraim Flashner, 2016/10/29
- 04/06: gnu: ffmpeg: Update to 3.2., Efraim Flashner, 2016/10/29
- 05/06: gnu: python-waf: Update to 1.9.5., Efraim Flashner, 2016/10/29