guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: vapoursynth: Update to 52.


From: guix-commits
Subject: 08/11: gnu: vapoursynth: Update to 52.
Date: Sat, 29 Aug 2020 22:57:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit de864032bfa3f27b675997c303547d80d33cc98d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 30 04:29:38 2020 +0200

    gnu: vapoursynth: Update to 52.
    
    * gnu/packages/video.scm (vapoursynth): Update to 52.
---
 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 2333536..cf7ea44 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)



reply via email to

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