mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: tzdata-for-tests: Update to 2020d.
* gnu/packages/base.scm (tzdata-for-tests): Update to 2020d. [inputs]: Update tzcode.
This commit is contained in:
parent
cfe606572d
commit
8027711ee8
1 changed files with 3 additions and 3 deletions
|
@ -1307,7 +1307,7 @@ (define-public tzdata-for-tests
|
|||
(hidden-package
|
||||
(package
|
||||
(inherit tzdata)
|
||||
(version "2019c")
|
||||
(version "2020d")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1315,7 +1315,7 @@ (define-public tzdata-for-tests
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0z7w1yv37cfk8yhix2cillam091vgp1j4g8fv84261q9mdnq1ivr"))))
|
||||
"1wxskk9mh1x2073n99qna2mq58mgi648mbq5dxlqfcrnvrbkk0cd"))))
|
||||
(inputs
|
||||
`(("tzcode" ,(origin
|
||||
(method url-fetch)
|
||||
|
@ -1324,7 +1324,7 @@ (define-public tzdata-for-tests
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1m3y2rnf1nggxxhxplab5zdd5whvar3ijyrv7lifvm82irkd7szn")))))))))
|
||||
"1mgsckixmmk9qxzsflfxnp3999qi3ls72bgksclk01g852x51w3c")))))))))
|
||||
|
||||
(define-public libiconv
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue