gnu: vapoursynth: Update to 35.

* gnu/packages/video.scm (vapoursynth): Update to 35.
This commit is contained in:
Efraim Flashner 2016-10-29 20:45:29 +03:00
parent 812de5bf1e
commit 0b37c4cda7
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 3 additions and 3 deletions

View File

@ -1286,16 +1286,16 @@ capabilities.")
(define-public vapoursynth (define-public vapoursynth
(package (package
(name "vapoursynth") (name "vapoursynth")
(version "34") (version "35")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://github.com/vapoursynth/vapoursynth/archive/R" "https://github.com/vapoursynth/vapoursynth/archive/R"
version ".tar.gz")) version ".tar.gz"))
(file-name (string-append name "-" version)) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0rfldphg4gy3sdfffi5yzklqz93vsj2j6nny8snjbavnf161blyi")))) "0629ys2lf618n9cc644xlvx0vx52v2fp3sx14p4mx5rg9nlasb3n"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)