Archived
1
0
Fork 0

gnu: anthy: Add source mirror URL.

* gnu/packages/anthy.scm (anthy)[source]: Add a Japanese Gentoo
distfiles mirror.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-09 02:00:01 +02:00
parent 5799552739
commit b0e5576702
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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