gnu: gx-super-fuzz-lv2: Fetch sources from git.

* gnu/packages/music.scm (gx-super-fuzz-lv2)[source]: Fetch from git.
master
Ricardo Wurmus 2017-12-16 08:39:28 +01:00
parent d42c66132e
commit 5057535f29
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 6 deletions

View File

@ -2873,14 +2873,14 @@ parallel with a DarkBooster, followed by a volume control.")))
(name "gx-super-fuzz-lv2") (name "gx-super-fuzz-lv2")
(version "0.1") (version "0.1")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/brummer10/" (uri (git-reference
"GxSuperFuzz.lv2/archive/v" (url "https://github.com/brummer10/GxSuperFuzz.lv2.git")
version ".tar.gz")) (commit (string-append "v" version))))
(file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 (base32
"0pnivq05f1kji8c5jxsqdzhdfk3xn422v2d1x20x3jfsxnaf115x")) "1jlljd9hlgfflbiizq47lv1xbbgjyx3v835mf24zmh1q5zsw4np4"))))
(file-name (string-append name "-" version ".tar.gz"))))
(home-page "https://github.com/brummer10/GxSuperFuzz.lv2") (home-page "https://github.com/brummer10/GxSuperFuzz.lv2")
(synopsis "Fuzz effect modelled after the UniVox SuperFuzz") (synopsis "Fuzz effect modelled after the UniVox SuperFuzz")
(description "This package provides the LV2 plugin \"GxSuperFuzz\", an (description "This package provides the LV2 plugin \"GxSuperFuzz\", an