guix-commits
[Top][All Lists]
Advanced

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

06/15: gnu: swh-plugins-lv2: Fetch sources from git.


From: Ricardo Wurmus
Subject: 06/15: gnu: swh-plugins-lv2: Fetch sources from git.
Date: Sat, 10 Nov 2018 17:29:36 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2ae2395422fe2fa8046ace78e6b06e073c8f6539
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Nov 10 22:49:57 2018 +0100

    gnu: swh-plugins-lv2: Fetch sources from git.
    
    * gnu/packages/audio.scm (swh-plugins-lv2)[source]: Fetch from git.
---
 gnu/packages/audio.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 56a8a4b..cdfea7f 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -610,13 +610,14 @@ envelope follower, distortion effects, tape effects and 
more.")
     (name "swh-plugins-lv2")
     (version "1.0.16")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "https://github.com/swh/";
-                                  "lv2/archive/v" version ".tar.gz"))
-              (file-name (string-append name "-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/swh/lv2.git";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "0j1mih0lp4fds07knp5i32in515sh0df1qi6694pmyz2wqnm295w"))))
+                "0y7nnww864mm4k6ayy2lhcws3wlbhb2gkyjbrwk921fvc18qk9mz"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; no check target



reply via email to

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