diff options
author | Mark H Weaver <mhw@netris.org> | 2014-03-20 16:29:21 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-03-20 16:31:02 -0400 |
commit | 2f66e64c53ccae423a791b51cd635ad892f0feab (patch) | |
tree | de0bce14103b631a81a0e8843f334fa4cd31e011 /gnu | |
parent | 5f32ba88c46680238c92fd1a3ebe625e43c5c324 (diff) | |
download | guix-2f66e64c53ccae423a791b51cd635ad892f0feab.tar guix-2f66e64c53ccae423a791b51cd635ad892f0feab.tar.gz |
gnu: tzdata: Upgrade to 2014a.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/base.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index e17933b36f..906d0a36ed 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org> +;;; Copyright © 2014 Mark H Weaver <mhw@netris.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -487,7 +488,7 @@ with the Linux kernel.") (define-public tzdata (package (name "tzdata") - (version "2013d") + (version "2014a") (source (origin (method url-fetch) (uri (string-append @@ -495,7 +496,7 @@ with the Linux kernel.") version ".tar.gz")) (sha256 (base32 - "011v63ppr73vhjgxv00inkn5pc7z48i8lhbapkpdq3kfczq9c76d")))) + "1cg843ajz4g16axpz56zvalwsbp1s764na2bk4fb44ayx162bzvw")))) (build-system gnu-build-system) (arguments '(#:tests? #f @@ -542,7 +543,7 @@ with the Linux kernel.") version ".tar.gz")) (sha256 (base32 - "1dh7nzmfxs8fps4bzcd2lz5fz24zxy2123a99avxsk34jh6bk7id")))))) + "1xfkqi1q8cnxqbv8azdj5pqlzhkjz6xag09f1z0s8rxi86jkpf85")))))) (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) |