ngz pushed a commit to branch master
in repository guix.

commit d1096ef115bc67078fc7f4f146ea5cc4461795dc
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Jan 14 22:53:46 2022 +0100

    gnu: toutenclic: Use archived source.
    
    * gnu/packages/education.scm (toutenclic)[source]: Use archive.org mirror.
---
 gnu/packages/education.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index b4c952f8ae..a2c45fa37b 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2016 Hartmut Goebel <[email protected]>
 ;;; Copyright © 2017, 2018, 2019, 2020, 2021 Efraim Flashner 
<[email protected]>
 ;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <[email protected]>
-;;; Copyright © 2018–2022 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2018-2022 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2020 Robert Smith <[email protected]>
 ;;; Copyright © 2020 Guy Fleury Iteriteka <[email protected]>
 ;;; Copyright © 2020 Jakub Kądziołka <[email protected]>
@@ -376,8 +376,12 @@ to open the application in a web browser, for offline 
usage.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://www.bipede.fr/downloads/logiciels/";
-                           "ToutEnClic-" version "-src.zip"))
+       (uri (list
+             ;; XXX: Upstream does not exist anymore.
+             (string-append "http://www.bipede.fr/downloads/logiciels/";
+                            "ToutEnClic-" version "-src.zip")
+             (string-append "https://archive.org/download/tout-en-clic-"; 
version
+                            "-src/ToutEnClic-" version "-src.zip")))
        (sha256
         (base32 "0xg24p925rl5bfqsq3jb2lrkidb0f3kbmay5iyxxmjsn3ra0blyh"))))
     (build-system python-build-system)

Reply via email to