guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: vapoursynth: Update to 33.1.


From: Efraim Flashner
Subject: 01/02: gnu: vapoursynth: Update to 33.1.
Date: Mon, 12 Sep 2016 10:05:05 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 44177bc040322b4a7836a48d05c3cd0d7f3c2625
Author: Efraim Flashner <address@hidden>
Date:   Mon Sep 12 12:30:19 2016 +0300

    gnu: vapoursynth: Update to 33.1.
    
    * gnu/packages/video.scm (vapoursynth): Update to 33.1.
---
 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 864e691..b2c102a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1235,7 +1235,7 @@ capabilities.")
 (define-public vapoursynth
   (package
     (name "vapoursynth")
-    (version "32")
+    (version "33.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1244,7 +1244,7 @@ capabilities.")
               (file-name (string-append name "-" version))
               (sha256
                (base32
-                "1j08whj946v2kkpgxsfhpca8xf0ax9iqzn73wvwjx319p9j0ymp9"))))
+                "1504jaw4yqdlyls0bz9f90rvqq7cy1jvmrnhdvwnmdfbpikqwi4c"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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