guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: gx-voodoo-fuzz-lv2: Fetch sources from git


From: Ricardo Wurmus
Subject: 06/10: gnu: gx-voodoo-fuzz-lv2: Fetch sources from git
Date: Sat, 16 Dec 2017 03:02:32 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d42c66132e50dfcf8a62da7f3a2e266fe22c05b3
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Dec 16 08:38:56 2017 +0100

    gnu: gx-voodoo-fuzz-lv2: Fetch sources from git
    
    * gnu/packages/music.scm (gx-voodoo-fuzz-lv2)[source]: Fetch from git.
---
 gnu/packages/music.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 6ccfa5b..a0e86bc 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2853,14 +2853,14 @@ simulation of the Hyperion Fuzz pedal.")))
     (name "gx-voodoo-fuzz-lv2")
     (version "0.1")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "https://github.com/brummer10/";
-                                  "GxVoodoFuzz.lv2/archive/v"
-                                  version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/brummer10/GxVoodoFuzz.lv2.git";)
+                    (commit (string-append "v" version))))
+              (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "0cc8sg7q493bs6pcq4ipqp6czpxv04nh9yvn8kq2x65ni2208n2f"))
-              (file-name (string-append name "-" version ".tar.gz"))))
+                "1v0scphivri1fk4hl20j13f92i48mnx1zsil4hgnadsmm4nsfw43"))))
     (home-page "https://github.com/brummer10/GxVoodoFuzz.lv2";)
     (synopsis "Fuzz effect modelled after the Voodoo Lab SuperFuzz")
     (description "This package provides the LV2 plugin \"GxVoodooFuzz\", a



reply via email to

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