gnu: guile-json: Use "mirror://savannah" URL.
* gnu/packages/guile.scm (guile-json, guile-json-3): Change URL to mirror://savannah.
This commit is contained in:
parent
4e0299194d
commit
28123c01d1
|
@ -444,8 +444,8 @@ GNU@tie{}Guile. Use the @code{(ice-9 readline)} module and call its
|
|||
(home-page "https://github.com/aconchillo/guile-json")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.savannah.nongnu.org/releases/"
|
||||
name "/" name "-" version ".tar.gz"))
|
||||
(uri (string-append "mirror://savannah/guile-json/guile-json-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"15gnb84d7hpazqhskkf3g9z4r6knw54wfj4ch5270kakz1lp70c9"))))
|
||||
|
@ -486,8 +486,8 @@ specification. These are the main features:
|
|||
(version "3.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.savannah.nongnu.org/releases/"
|
||||
name "/" name "-" version ".tar.gz"))
|
||||
(uri (string-append "mirror://savannah/guile-json/guile-json-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"14m6b6g2maw0mkvfm4x63rqb54vgbpn1gcqs715ijw4bikfzlqfz"))))))
|
||||
|
|
Loading…
Reference in New Issue