[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: vapoursynth: Update to 34.
From: |
Efraim Flashner |
Subject: |
03/03: gnu: vapoursynth: Update to 34. |
Date: |
Mon, 17 Oct 2016 21:08:54 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit a31ac113856f392118123b233c07b95f1c65334b
Author: Efraim Flashner <address@hidden>
Date: Tue Oct 18 00:08:09 2016 +0300
gnu: vapoursynth: Update to 34.
* gnu/packages/video.scm (vapoursynth): Update to 34.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 3ddf858..f56b1ca 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1252,7 +1252,7 @@ capabilities.")
(define-public vapoursynth
(package
(name "vapoursynth")
- (version "33.1")
+ (version "34")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1261,7 +1261,7 @@ capabilities.")
(file-name (string-append name "-" version))
(sha256
(base32
- "1504jaw4yqdlyls0bz9f90rvqq7cy1jvmrnhdvwnmdfbpikqwi4c"))))
+ "0rfldphg4gy3sdfffi5yzklqz93vsj2j6nny8snjbavnf161blyi"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)