gnu: vapoursynth: Update to 49.

* gnu/packages/video.scm (vapoursynth): Update to 49.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-29 01:20:12 +01:00
parent b08c4f5fce
commit 33abf95fe6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2211,7 +2211,7 @@ (define-public avidemux
(define-public vapoursynth
(package
(name "vapoursynth")
(version "48")
(version "49")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2220,7 +2220,7 @@ (define-public vapoursynth
(file-name (git-file-name name version))
(sha256
(base32
"1i6163bidlp0p9zcnxpsphr44ayfzd51fig4ri7vbrbl9lw9jaih"))))
"1d298mlb24nlc2x7pixfbkd0qbpv4c706c32idsgpi96z1spkhvl"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)