me
/
guix
Archived
1
0
Fork 0

gnu: ruby-tzinfo: Update to 1.2.3.

* gnu/packages/ruby.scm (ruby-tzinfo): Update to 1.2.3.
master
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
(package
(name "ruby-tzinfo")
(version "1.2.2")
(version "1.2.3")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "tzinfo" version))
(sha256
(base32
"1c01p3kg6xvy1cgjnzdfq45fggbwish8krd0h864jvbpybyx7cgx"))))
"05r81lk7q7275rdq7xipfm0yxgqyd2ggh73xpc98ypngcclqcscl"))))
(build-system ruby-build-system)
(propagated-inputs
`(("ruby-thread-safe" ,ruby-thread-safe)))