summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-30 14:19:30 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-30 15:13:40 +0200
commit32a44fb581e80b3800c6f5481c3a5046cee6d7d9 (patch)
treec65372032f97b12bf2fad2d9eaed27d1512ac73b /gnu
parent17ace33aa61a10225e24691e1d0fd1b5b9c07804 (diff)
downloadguix-32a44fb581e80b3800c6f5481c3a5046cee6d7d9.tar.gz
gnu: vapoursynth: Update to 53.
* gnu/packages/video.scm (vapoursynth): Update to 53.
Diffstat (limited to 'gnu')
-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 50ede7cc0a..2e9f9e3267 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2806,7 +2806,7 @@ capabilities.")
 (define-public vapoursynth
   (package
     (name "vapoursynth")
-    (version "52")
+    (version "53")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2815,7 +2815,7 @@ capabilities.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1krfdzc2x2vxv4nq9kiv1c09hgj525qn120ah91fw2ikq8ldvmx4"))))
+                "0qcsfkpkry0cmvi60khjwvfz4fqhy23nqmn4pb9qrwll26sn9dcr"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases