gnu: tzdata: Update source URI.
* gnu/packages/base.scm (tzdata, tzdata-for-tests)[source, native-inputs]: Update redirected URIs.master
parent
d1b93e91a4
commit
27b3568b61
|
@ -1219,7 +1219,7 @@ command.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://www.iana.org/time-zones/repository/releases/tzdata"
|
"https://data.iana.org/time-zones/releases/tzdata"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -1269,7 +1269,7 @@ command.")
|
||||||
(inputs `(("tzcode" ,(origin
|
(inputs `(("tzcode" ,(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://www.iana.org/time-zones/repository/releases/tzcode"
|
"https://data.iana.org/time-zones/releases/tzcode"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -1296,7 +1296,7 @@ and daylight-saving rules.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://www.iana.org/time-zones/repository/releases/tzdata"
|
"https://data.iana.org/time-zones/releases/tzdata"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -1305,7 +1305,7 @@ and daylight-saving rules.")
|
||||||
`(("tzcode" ,(origin
|
`(("tzcode" ,(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://www.iana.org/time-zones/repository/releases/tzcode"
|
"http://data.iana.org/time-zones/releases/tzcode"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Reference in New Issue