gnu: ruby-hoe: Update to 3.16.2.

* gnu/packages/ruby.scm (ruby-hoe): Update to 3.16.2
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-15 13:19:01 +01:00
parent f03153db00
commit 05f2f8bcde
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -251,13 +251,13 @@ a menu system for providing multiple options to the user.")
(define-public ruby-hoe (define-public ruby-hoe
(package (package
(name "ruby-hoe") (name "ruby-hoe")
(version "3.16.0") (version "3.16.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "hoe" version)) (uri (rubygems-uri "hoe" version))
(sha256 (sha256
(base32 (base32
"03r8nsw4n4mnia9iqiqk9kqhvrl96m2i81j4yg8cpnppd8vk7vlb")))) "12q6dn2irsfamdbjpqvs0dwl4i1vl7wflxrcg972h9jw0ds38f3a"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(synopsis "Ruby project management helper") (synopsis "Ruby project management helper")
(description (description