diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-08-23 16:02:28 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-08-23 16:02:28 +0200 |
commit | 853726dd36085bc9c272f8507fcdcf39e08f9e00 (patch) | |
tree | 518dd9721fc35a4dbd1ba90baede2247f9215968 /gnu | |
parent | 7db3ff4a29415ccc4f781c3e2450deb97d51a26f (diff) |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/base.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 3ab6a5cc31..b8efb6e9d8 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -566,7 +566,7 @@ with the Linux kernel.") 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) |