gnu: ruby-tzinfo: Update to 1.2.3.

* gnu/packages/ruby.scm (ruby-tzinfo): Update to 1.2.3.
This commit is contained in:
Tobias Geerinckx-Rice 2017-08-10 23:15:23 +02:00
parent 32bbfea811
commit e322222ab4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2131,14 +2131,14 @@ utilities for Ruby.")
(define-public ruby-tzinfo (define-public ruby-tzinfo
(package (package
(name "ruby-tzinfo") (name "ruby-tzinfo")
(version "1.2.2") (version "1.2.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "tzinfo" version)) (uri (rubygems-uri "tzinfo" version))
(sha256 (sha256
(base32 (base32
"1c01p3kg6xvy1cgjnzdfq45fggbwish8krd0h864jvbpybyx7cgx")))) "05r81lk7q7275rdq7xipfm0yxgqyd2ggh73xpc98ypngcclqcscl"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(propagated-inputs (propagated-inputs
`(("ruby-thread-safe" ,ruby-thread-safe))) `(("ruby-thread-safe" ,ruby-thread-safe)))