gnu: qsynth: Update source URI.

* gnu/packages/audio.scm (qsynth)[source]: Add alternate source location.
This commit is contained in:
Efraim Flashner 2020-11-09 10:01:01 +02:00
parent 57797b8533
commit b9495d073b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3522,8 +3522,11 @@ (define-public qsynth
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/qsynth/qsynth/" version
"/qsynth-" version ".tar.gz"))
(uri (list
(string-append "mirror://sourceforge/qsynth/qsynth/" version
"/qsynth-" version ".tar.gz")
(string-append "mirror://sourceforge/qsynth/qsynth (attic)"
"/qsynth-" version ".tar.gz")))
(sha256
(base32 "18im4w8agj60nkppwbkxqnhpp13z5li3w30kklv4lgs20rvgbvl6"))))
(build-system gnu-build-system)