summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-30 04:29:38 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-30 04:52:09 +0200
commitde864032bfa3f27b675997c303547d80d33cc98d (patch)
tree6f82f7d4c4c6a8c3354b65613f6a90f8a5f9efe6
parentf0117fcdc43e4b91b40d3b00d91b4901ee94e1ec (diff)
gnu: vapoursynth: Update to 52.
* gnu/packages/video.scm (vapoursynth): Update to 52.
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2333536f82..cf7ea44d0e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2737,7 +2737,7 @@ capabilities.")
(define-public vapoursynth
(package
(name "vapoursynth")
- (version "49")
+ (version "52")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2746,7 +2746,7 @@ capabilities.")
(file-name (git-file-name name version))
(sha256
(base32
- "1d298mlb24nlc2x7pixfbkd0qbpv4c706c32idsgpi96z1spkhvl"))))
+ "1krfdzc2x2vxv4nq9kiv1c09hgj525qn120ah91fw2ikq8ldvmx4"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)