gnu: vapoursynth: Update to 28.
* gnu/packages/video.scm (vapoursynth): Update to 28.
This commit is contained in:
parent
d9bc0bf8fa
commit
f673552c13
|
@ -1100,15 +1100,16 @@ capabilities.")
|
||||||
(define-public vapoursynth
|
(define-public vapoursynth
|
||||||
(package
|
(package
|
||||||
(name "vapoursynth")
|
(name "vapoursynth")
|
||||||
(version "26")
|
(version "28")
|
||||||
(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))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qbg5kg0kgrxldd0ckn1s7vy7vx2ig8nqzv6djp38fxccpzw3x9k"))))
|
"0pnrawcg1j65i46yim0z447lglq1af5zgx0lkqf1x5xl1bfwc0v7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
Loading…
Reference in New Issue