[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: gnu: gx-super-fuzz-lv2: Fetch sources from git.
From: |
Ricardo Wurmus |
Subject: |
07/10: gnu: gx-super-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 5057535f2981aba22df09c3d038c8d5eb9b686ac
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 16 08:39:28 2017 +0100
gnu: gx-super-fuzz-lv2: Fetch sources from git.
* gnu/packages/music.scm (gx-super-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 a0e86bc..b3a734e 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2873,14 +2873,14 @@ parallel with a DarkBooster, followed by a volume
control.")))
(name "gx-super-fuzz-lv2")
(version "0.1")
(source (origin
- (method url-fetch)
- (uri (string-append "https://github.com/brummer10/"
- "GxSuperFuzz.lv2/archive/v"
- version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/brummer10/GxSuperFuzz.lv2.git")
+ (commit (string-append "v" version))))
+ (file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "0pnivq05f1kji8c5jxsqdzhdfk3xn422v2d1x20x3jfsxnaf115x"))
- (file-name (string-append name "-" version ".tar.gz"))))
+ "1jlljd9hlgfflbiizq47lv1xbbgjyx3v835mf24zmh1q5zsw4np4"))))
(home-page "https://github.com/brummer10/GxSuperFuzz.lv2")
(synopsis "Fuzz effect modelled after the UniVox SuperFuzz")
(description "This package provides the LV2 plugin \"GxSuperFuzz\", an
- branch master updated (86e6b4c -> 341bddb), Ricardo Wurmus, 2017/12/16
- 02/10: gnu: gx-guvnor-lv2: Download sources from git., Ricardo Wurmus, 2017/12/16
- 04/10: gnu: gx-suppa-tone-bender-lv2: Fetch sources from git., Ricardo Wurmus, 2017/12/16
- 01/10: gnu: gx-guvnor-lv2: Correct license., Ricardo Wurmus, 2017/12/16
- 03/10: gnu: gx-vbass-preamp-lv2: Inherit phases from gx-guvnor-lv2., Ricardo Wurmus, 2017/12/16
- 07/10: gnu: gx-super-fuzz-lv2: Fetch sources from git.,
Ricardo Wurmus <=
- 05/10: gnu: gx-hyperion-lv2: Fetch sources from git., Ricardo Wurmus, 2017/12/16
- 06/10: gnu: gx-voodoo-fuzz-lv2: Fetch sources from git, Ricardo Wurmus, 2017/12/16
- 10/10: gnu: axoloti-runtime: Update ChibiOS URL., Ricardo Wurmus, 2017/12/16
- 09/10: gnu: mod-utilities: Update to 0-2.80ea3ea9f., Ricardo Wurmus, 2017/12/16
- 08/10: gnu: gx-vintage-fuzz-master-lv2: Fetch sources from git., Ricardo Wurmus, 2017/12/16