gnu: vapoursynth: Update to 52.

* gnu/packages/video.scm (vapoursynth): Update to 52.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-30 04:29:38 +02:00
parent f0117fcdc4
commit de864032bf
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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