guix-commits
[Top][All Lists]
Advanced

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

13/41: gnu: vapoursynth: Fetch sources from git.


From: guix-commits
Subject: 13/41: gnu: vapoursynth: Fetch sources from git.
Date: Thu, 29 Nov 2018 16:44:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 97ef6df5ecec825712c1253551d5be1ab7d89b06
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 29 21:45:53 2018 +0100

    gnu: vapoursynth: Fetch sources from git.
    
    * gnu/packages/video.scm (vapoursynth)[source]: Fetch from git.
---
 gnu/packages/video.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 496b327..a10551e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1854,14 +1854,14 @@ capabilities.")
     (name "vapoursynth")
     (version "37")
     (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://github.com/vapoursynth/vapoursynth/archive/R";
-                    version ".tar.gz"))
-              (file-name (string-append name "-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/vapoursynth/vapoursynth.git";)
+                    (commit (string-append "R" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "1g3hc079jw4mz1cmkv2y28pdb556wqc8ql7iravgh1rg8j3f1zi5"))))
+                "1ma2s7dxk6y6l04qj1jvgwia4xj7999ny3a1yx2vbk5l83giam2p"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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