guix-commits
[Top][All Lists]
Advanced

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

04/12: gnu: vapoursynth: Update to 61.


From: guix-commits
Subject: 04/12: gnu: vapoursynth: Update to 61.
Date: Mon, 12 Dec 2022 09:13:58 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 85ea2dfc4cafca62a6543a74f10f6d30e4e1abbd
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Dec 12 13:27:03 2022 +0100

    gnu: vapoursynth: Update to 61.
    
    * gnu/packages/video.scm (vapoursynth): Update to 61.
---
 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 5a6d6827b9..d35a07d877 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3039,7 +3039,7 @@ capabilities.")
 (define-public vapoursynth
   (package
     (name "vapoursynth")
-    (version "53")
+    (version "61")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3048,7 +3048,7 @@ capabilities.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0qcsfkpkry0cmvi60khjwvfz4fqhy23nqmn4pb9qrwll26sn9dcr"))))
+                "0v0dp3hydqzam0dp2d9zbrccrsvhy6n61s4v7ca2qbw69vpsm594"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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