gnu: vapoursynth: Update to 34.
* gnu/packages/video.scm (vapoursynth): Update to 34.
This commit is contained in:
parent
8ee04627d8
commit
a31ac11385
|
@ -1252,7 +1252,7 @@ capabilities.")
|
||||||
(define-public vapoursynth
|
(define-public vapoursynth
|
||||||
(package
|
(package
|
||||||
(name "vapoursynth")
|
(name "vapoursynth")
|
||||||
(version "33.1")
|
(version "34")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1261,7 +1261,7 @@ capabilities.")
|
||||||
(file-name (string-append name "-" version))
|
(file-name (string-append name "-" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1504jaw4yqdlyls0bz9f90rvqq7cy1jvmrnhdvwnmdfbpikqwi4c"))))
|
"0rfldphg4gy3sdfffi5yzklqz93vsj2j6nny8snjbavnf161blyi"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
Loading…
Reference in New Issue