me
/
guix
Archived
1
0
Fork 0

gnu: ruby-tzinfo-data: Update to 1.2016.7.

* gnu/packages/ruby.scm (ruby-tzinfo-data): Update to 1.2016.7.
master
Ben Woodcroft 2016-09-23 23:21:11 +10:00
parent 5ed00e13d2
commit d034c779eb
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 2 additions and 2 deletions

View File

@ -2115,7 +2115,7 @@ aware transformations between times in different time zones.")
(define-public ruby-tzinfo-data (define-public ruby-tzinfo-data
(package (package
(name "ruby-tzinfo-data") (name "ruby-tzinfo-data")
(version "1.2016.4") (version "1.2016.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2128,7 +2128,7 @@ aware transformations between times in different time zones.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0jnm8i379hn48cq5n39j7wzm08i0mw73kqzx3cqbxpiwlb1hnz80")) "0vh75hkfmqk4hdjv6nm7acw64izwpnv7slkmh2kj7qlfz133yh9l"))
;; Remove the known test failure. ;; Remove the known test failure.
;; https://github.com/tzinfo/tzinfo-data/issues/10 ;; https://github.com/tzinfo/tzinfo-data/issues/10
;; https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1587128 ;; https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1587128