guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: anthy: Add source mirror URL.


From: guix-commits
Subject: 08/11: gnu: anthy: Add source mirror URL.
Date: Fri, 14 Jul 2023 08:19:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b0e5576702057ed2fb4898f07b655a55789484a3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 9 02:00:01 2023 +0200

    gnu: anthy: Add source mirror URL.
    
    * gnu/packages/anthy.scm (anthy)[source]: Add a Japanese Gentoo
    distfiles mirror.
---
 gnu/packages/anthy.scm | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/anthy.scm b/gnu/packages/anthy.scm
index 0d86347e88..4a0066a621 100644
--- a/gnu/packages/anthy.scm
+++ b/gnu/packages/anthy.scm
@@ -27,15 +27,17 @@
   (package
     (name "anthy")
     (version "9100h")
-    (source (origin
-              (method url-fetch)
-              ;; The URI does not appear to be easily guessable.  For
-              ;; example, you cannot download version "9100g" simply
-              ;; by replacing "9100h" in the URI.
-              (uri "http://dl.osdn.jp/anthy/37536/anthy-9100h.tar.gz";)
-              (sha256
-               (base32
-                "0ism4zibcsa5nl77wwi12vdsfjys3waxcphn1p5s7d0qy1sz0mnj"))))
+    (source
+     (origin
+       (method url-fetch)
+       ;; The URI does not appear to be easily guessable.  For
+       ;; example, you cannot download version "9100g" simply
+       ;; by replacing "9100h" in the URI.
+       (uri (list (string-append "https://ftp.jaist.ac.jp/pub/Linux/Gentoo/";
+                                 "distfiles/31/anthy-9100h.tar.gz")
+                  "https://osdn.dl.osdn.net/anthy/37536/anthy-9100h.tar.gz";))
+       (sha256
+        (base32 "0ism4zibcsa5nl77wwi12vdsfjys3waxcphn1p5s7d0qy1sz0mnj"))))
     (build-system gnu-build-system)
     ;; Anthy also contains elisp modules for using anthy within Emacs.
     ;; However, these modules are incompatible with the latest version



reply via email to

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