gnu: vapoursynth: Update to 33.1.

* gnu/packages/video.scm (vapoursynth): Update to 33.1.
master
Efraim Flashner 2016-09-12 12:30:19 +03:00
parent b6337f30cc
commit 44177bc040
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -1235,7 +1235,7 @@ capabilities.")
(define-public vapoursynth
(package
(name "vapoursynth")
(version "32")
(version "33.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -1244,7 +1244,7 @@ capabilities.")
(file-name (string-append name "-" version))
(sha256
(base32
"1j08whj946v2kkpgxsfhpca8xf0ax9iqzn73wvwjx319p9j0ymp9"))))
"1504jaw4yqdlyls0bz9f90rvqq7cy1jvmrnhdvwnmdfbpikqwi4c"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)