gnu: vapoursynth: Update to 33.1.

* gnu/packages/video.scm (vapoursynth): Update to 33.1.
This commit is contained in:
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 (define-public vapoursynth
(package (package
(name "vapoursynth") (name "vapoursynth")
(version "32") (version "33.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1244,7 +1244,7 @@ capabilities.")
(file-name (string-append name "-" version)) (file-name (string-append name "-" version))
(sha256 (sha256
(base32 (base32
"1j08whj946v2kkpgxsfhpca8xf0ax9iqzn73wvwjx319p9j0ymp9")))) "1504jaw4yqdlyls0bz9f90rvqq7cy1jvmrnhdvwnmdfbpikqwi4c"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)