diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-12-16 08:39:50 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-12-16 09:01:57 +0100 |
commit | 0febd67387b1dbc431dfa093275d6acc0692a3f9 (patch) | |
tree | a3d739e4fa144cd2779e9f565b249b08f9f67853 /gnu | |
parent | 5057535f2981aba22df09c3d038c8d5eb9b686ac (diff) | |
download | patches-0febd67387b1dbc431dfa093275d6acc0692a3f9.tar patches-0febd67387b1dbc431dfa093275d6acc0692a3f9.tar.gz |
gnu: gx-vintage-fuzz-master-lv2: Fetch sources from git.
* gnu/packages/music.scm (gx-vintage-fuzz-master-lv2)[source]: Fetch from git.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/music.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index b3a734e13b..ce7816dd3a 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -2893,14 +2893,14 @@ adjusts the amount of harmonics."))) (name "gx-vintage-fuzz-master-lv2") (version "0.1") (source (origin - (method url-fetch) - (uri (string-append "https://github.com/brummer10/" - "GxVintageFuzzMaster.lv2/archive/v" - version ".tar.gz")) + (method git-fetch) + (uri (git-reference + (url "https://github.com/brummer10/GxVintageFuzzMaster.lv2.git") + (commit (string-append "v" version)))) + (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "0bdkfj6xi2g4izfw3pmr4i0nqzg8jnkdwc23x9ifxwc6p1kbayzk")) - (file-name (string-append name "-" version ".tar.gz")))) + "02jb211z8rw2qr5r1z5mdxlqgiw6cbc319xpqplvn6k21c59mskv")))) (home-page "https://github.com/brummer10/GxVintageFuzzMaster.lv2") (synopsis "Fuzz effect simulation of the vintage Fuzz Master") (description "This package provides the LV2 plugin |