1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 01:25:57 +02:00

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
+5 -2
View File
@@ -3522,8 +3522,11 @@ interface.")
(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)