mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: tzdata: Fix hash of tzcode tarball.
Fixes <http://bugs.gnu.org/15153>. * gnu/packages/base.scm (tzdata): Update tzcode hash, which was modified upstream.
This commit is contained in:
parent
7db3ff4a29
commit
853726dd36
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ (define-public tzdata
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13xd30ngwhqmj7w216ghd5knvg047hzpc0xca5l297g5cwb62hza"))))))
|
||||
"1dh7nzmfxs8fps4bzcd2lz5fz24zxy2123a99avxsk34jh6bk7id"))))))
|
||||
(home-page "http://www.iana.org/time-zones")
|
||||
(synopsis "Database of current and historical time zones")
|
||||
(description "The Time Zone Database (often called tz or zoneinfo)
|
||||
|
|
Loading…
Reference in a new issue