guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: qsynth: Update source URI.


From: guix-commits
Subject: 02/02: gnu: qsynth: Update source URI.
Date: Mon, 9 Nov 2020 03:14:28 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit b9495d073bdc34f1039b7d1650efb639ad455dc8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 9 10:01:01 2020 +0200

    gnu: qsynth: Update source URI.
    
    * gnu/packages/audio.scm (qsynth)[source]: Add alternate source location.
---
 gnu/packages/audio.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index ca78efb..9f00392 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]