gnu: qsynth: Update source URI.
* gnu/packages/audio.scm (qsynth)[source]: Add alternate source location.
This commit is contained in:
parent
57797b8533
commit
b9495d073b
1 changed files with 5 additions and 2 deletions
|
@ -3522,8 +3522,11 @@ interface.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/qsynth/qsynth/" version
|
(uri (list
|
||||||
"/qsynth-" version ".tar.gz"))
|
(string-append "mirror://sourceforge/qsynth/qsynth/" version
|
||||||
|
"/qsynth-" version ".tar.gz")
|
||||||
|
(string-append "mirror://sourceforge/qsynth/qsynth (attic)"
|
||||||
|
"/qsynth-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "18im4w8agj60nkppwbkxqnhpp13z5li3w30kklv4lgs20rvgbvl6"))))
|
(base32 "18im4w8agj60nkppwbkxqnhpp13z5li3w30kklv4lgs20rvgbvl6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Reference in a new issue