guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/07: gnu: vapoursynth: Update to 53.


From: guix-commits
Subject: 01/07: gnu: vapoursynth: Update to 53.
Date: Sun, 30 May 2021 09:14:09 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 32a44fb581e80b3800c6f5481c3a5046cee6d7d9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 30 14:19:30 2021 +0200

    gnu: vapoursynth: Update to 53.
    
    * gnu/packages/video.scm (vapoursynth): Update to 53.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 50ede7c..2e9f9e3 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]