guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: vapoursynth: Update to 48.


From: guix-commits
Subject: 03/03: gnu: vapoursynth: Update to 48.
Date: Mon, 4 Nov 2019 10:25:28 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1d34b527f9e4d3c92322d9b56f4491a29c6c171b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Nov 4 16:24:36 2019 +0100

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



reply via email to

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