gnu: calf: Update tarball URL.
* gnu/packages/audio.scm (calf)[source]: Use tarball from new project website instead of sourceforge.
This commit is contained in:
parent
2abcc935ce
commit
73cea74dda
1 changed files with 2 additions and 3 deletions
|
@ -271,9 +271,8 @@ (define-public calf
|
||||||
(version "0.0.60")
|
(version "0.0.60")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "http://calf-studio-gear.org/files/calf-"
|
||||||
"mirror://sourceforge/calf/calf/"
|
version ".tar.gz"))
|
||||||
version "/calf-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"019fwg00jv217a5r767z7szh7vdrarybac0pr2sk26xp81kibrx9"))))
|
"019fwg00jv217a5r767z7szh7vdrarybac0pr2sk26xp81kibrx9"))))
|
||||||
|
|
Loading…
Reference in a new issue