guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: vapoursynth: Update to 28.


From: Efraim Flashner
Subject: 01/03: gnu: vapoursynth: Update to 28.
Date: Thu, 03 Dec 2015 09:38:07 +0000

efraim pushed a commit to branch master
in repository guix.

commit f673552c137a4119f799a1ef3dbfe48304127fe9
Author: Efraim Flashner <address@hidden>
Date:   Wed Dec 2 22:03:04 2015 +0200

    gnu: vapoursynth: Update to 28.
    
    * gnu/packages/video.scm (vapoursynth): Update to 28.
---
 gnu/packages/video.scm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 80b21e0..ee6b654 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1100,15 +1100,16 @@ capabilities.")
 (define-public vapoursynth
   (package
     (name "vapoursynth")
-    (version "26")
+    (version "28")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "https://github.com/vapoursynth/vapoursynth/archive/R";
                     version ".tar.gz"))
+              (file-name (string-append name "-" version))
               (sha256
                (base32
-                "1qbg5kg0kgrxldd0ckn1s7vy7vx2ig8nqzv6djp38fxccpzw3x9k"))))
+                "0pnrawcg1j65i46yim0z447lglq1af5zgx0lkqf1x5xl1bfwc0v7"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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