Skip to content
Snippets Groups Projects
Commit a06af9f5 authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: tzdata: Update to 2015b.

* gnu/packages/base.scm (tzdata): Update to 2015b.
parent 6170834d
No related branches found
No related tags found
No related merge requests found
...@@ -617,7 +617,7 @@ (define-public which ...@@ -617,7 +617,7 @@ (define-public which
(define-public tzdata (define-public tzdata
(package (package
(name "tzdata") (name "tzdata")
(version "2014j") (version "2015b")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
...@@ -625,7 +625,7 @@ (define-public tzdata ...@@ -625,7 +625,7 @@ (define-public tzdata
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"038fvj6zf51k6z9sbbxbj87ajaf69l3whal2vwshbm4l0qr71n52")))) "0qmdr1yqqn94b5a54axwszfzimyxg27i6xsfmp0sswd3nfjw2sjm"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f '(#:tests? #f
...@@ -672,7 +672,7 @@ (define-public tzdata ...@@ -672,7 +672,7 @@ (define-public tzdata
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1qpd12imy7q5hb5fhk48mfw65s0xlrkmms0zr2gk0mj88qjn3m3z")))))) "0xjxlgzva13y8qi3vfbb3nq5pii8ax9wi4yc7vj9134rbciz2s76"))))))
(home-page "http://www.iana.org/time-zones") (home-page "http://www.iana.org/time-zones")
(synopsis "Database of current and historical time zones") (synopsis "Database of current and historical time zones")
(description "The Time Zone Database (often called tz or zoneinfo) (description "The Time Zone Database (often called tz or zoneinfo)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment