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")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://sourceforge/calf/calf/"
|
||||
version "/calf-" version ".tar.gz"))
|
||||
(uri (string-append "http://calf-studio-gear.org/files/calf-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"019fwg00jv217a5r767z7szh7vdrarybac0pr2sk26xp81kibrx9"))))
|
||||
|
|
Loading…
Reference in a new issue