gnu: ruby-hoe: Update to 3.16.0.

* gnu/packages/ruby.scm (ruby-hoe): Update to 3.16.0.
This commit is contained in:
Ben Woodcroft 2017-01-05 20:49:45 +10:00
parent 69355e1283
commit 8e941f2068
No known key found for this signature in database
GPG Key ID: 2A6AD9F4AAC20DF6
1 changed files with 2 additions and 2 deletions

View File

@ -180,13 +180,13 @@ a focus on simplicity and productivity.")
(define-public ruby-hoe
(package
(name "ruby-hoe")
(version "3.15.2")
(version "3.16.0")
(source (origin
(method url-fetch)
(uri (rubygems-uri "hoe" version))
(sha256
(base32
"1riyf9j9vp7dzgpw5xj9xx1vqkdmg6lr7qiprmn91hcdp81kaszp"))) )
"03r8nsw4n4mnia9iqiqk9kqhvrl96m2i81j4yg8cpnppd8vk7vlb"))))
(build-system ruby-build-system)
(synopsis "Ruby project management helper")
(description