summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Woodcroft <donttrustben@gmail.com>2016-11-07 21:36:24 +1000
committerBen Woodcroft <donttrustben@gmail.com>2016-11-07 21:36:24 +1000
commit06028aed7c4faab5d3442feff49d117027116a30 (patch)
tree96c229e4348cd9a8727c6b9efcc762b90ad93f71
parent17ba688c4900d147fb404ab52d74facae9fef9aa (diff)
downloadgnu-guix-06028aed7c4faab5d3442feff49d117027116a30.tar
gnu-guix-06028aed7c4faab5d3442feff49d117027116a30.tar.gz
gnu: ruby-tzinfo-data: Update to 1.2016.9.
* gnu/packages/ruby.scm (ruby-tzinfo-data): Update to 1.2016.9.
-rw-r--r--gnu/packages/ruby.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 7dec0fb312..a770486fd2 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2115,7 +2115,7 @@ aware transformations between times in different time zones.")
(define-public ruby-tzinfo-data
(package
(name "ruby-tzinfo-data")
- (version "1.2016.7")
+ (version "1.2016.9")
(source
(origin
(method url-fetch)
@@ -2128,7 +2128,7 @@ aware transformations between times in different time zones.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0vh75hkfmqk4hdjv6nm7acw64izwpnv7slkmh2kj7qlfz133yh9l"))
+ "0i8vz2j7wmcpr4pd066qvlg4if5blscjrgxk2imavfa49nq5lp06"))
;; Remove the known test failure.
;; https://github.com/tzinfo/tzinfo-data/issues/10
;; https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1587128