guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: vapoursynth: Update to 37.


From: Efraim Flashner
Subject: 02/02: gnu: vapoursynth: Update to 37.
Date: Tue, 21 Mar 2017 16:52:03 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 4f7a9e0bffab0cf53992c33ed75ff5fb394eda7b
Author: Efraim Flashner <address@hidden>
Date:   Tue Mar 21 22:36:33 2017 +0200

    gnu: vapoursynth: Update to 37.
    
    * gnu/packages/video.scm (vapoursynth): Update to 37.
---
 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 b128d71..3af1e52 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1302,7 +1302,7 @@ capabilities.")
 (define-public vapoursynth
   (package
     (name "vapoursynth")
-    (version "35")
+    (version "37")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1311,7 +1311,7 @@ capabilities.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0629ys2lf618n9cc644xlvx0vx52v2fp3sx14p4mx5rg9nlasb3n"))))
+                "1g3hc079jw4mz1cmkv2y28pdb556wqc8ql7iravgh1rg8j3f1zi5"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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