gnu: vapoursynth: Update to 37.

* gnu/packages/video.scm (vapoursynth): Update to 37.
master
Efraim Flashner 2017-03-21 22:36:33 +02:00
parent 60092c181c
commit 4f7a9e0bff
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -1302,7 +1302,7 @@ capabilities.")
(define-public vapoursynth
(package
(name "vapoursynth")
(version "35")
(version "37")
(source (origin
(method url-fetch)
(uri (string-append
@ -1311,7 +1311,7 @@ capabilities.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0629ys2lf618n9cc644xlvx0vx52v2fp3sx14p4mx5rg9nlasb3n"))))
"1g3hc079jw4mz1cmkv2y28pdb556wqc8ql7iravgh1rg8j3f1zi5"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)