guix-commits
[Top][All Lists]
Advanced

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

09/11: gnu: vapoursynth: Update to 49.


From: guix-commits
Subject: 09/11: gnu: vapoursynth: Update to 49.
Date: Sat, 28 Mar 2020 20:25:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 33abf95fe673c39c84712285055a26f87ff942ac
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Mar 29 01:20:12 2020 +0100

    gnu: vapoursynth: Update to 49.
    
    * gnu/packages/video.scm (vapoursynth): Update to 49.
---
 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 7f21bc3..8c7d6c7 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2211,7 +2211,7 @@ capabilities.")
 (define-public vapoursynth
   (package
     (name "vapoursynth")
-    (version "48")
+    (version "49")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2220,7 +2220,7 @@ capabilities.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1i6163bidlp0p9zcnxpsphr44ayfzd51fig4ri7vbrbl9lw9jaih"))))
+                "1d298mlb24nlc2x7pixfbkd0qbpv4c706c32idsgpi96z1spkhvl"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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