guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: gx-hyperion-lv2: Fetch sources from git.


From: Ricardo Wurmus
Subject: 05/10: gnu: gx-hyperion-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 37519239ac42dd96ac2a7d86559a0e5f49432583
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Dec 16 08:38:26 2017 +0100

    gnu: gx-hyperion-lv2: Fetch sources from git.
    
    * gnu/packages/music.scm (gx-hyperion-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 9abce5e..6ccfa5b 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2835,14 +2835,14 @@ saturation effect."))))
     (name "gx-hyperion-lv2")
     (version "0.1")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "https://github.com/brummer10/";
-                                  "GxHyperion.lv2/archive/v"
-                                  version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/brummer10/GxHyperion.lv2.git";)
+                    (commit (string-append "v" version))))
+              (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "1pd7l33a14kq73wavgqq7csw4n3mwjz9d5rxaj0jgsyxd3llp3wh"))
-              (file-name (string-append name "-" version ".tar.gz"))))
+                "1vx79s6s9if117y2g0ppdja2sv2wcny6xcfl3j1z4cipahnildxf"))))
     (home-page "https://github.com/brummer10/GxHyperion.lv2";)
     (synopsis "Simulation of the Hyperion Fuzz pedal")
     (description "This package provides the LV2 plugin \"GxHyperion\", a



reply via email to

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