mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: ruby-hoe: Update to 3.16.2.
* gnu/packages/ruby.scm (ruby-hoe): Update to 3.16.2
This commit is contained in:
parent
f03153db00
commit
05f2f8bcde
1 changed files with 2 additions and 2 deletions
|
@ -251,13 +251,13 @@ (define-public ruby-highline
|
|||
(define-public ruby-hoe
|
||||
(package
|
||||
(name "ruby-hoe")
|
||||
(version "3.16.0")
|
||||
(version "3.16.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "hoe" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03r8nsw4n4mnia9iqiqk9kqhvrl96m2i81j4yg8cpnppd8vk7vlb"))))
|
||||
"12q6dn2irsfamdbjpqvs0dwl4i1vl7wflxrcg972h9jw0ds38f3a"))))
|
||||
(build-system ruby-build-system)
|
||||
(synopsis "Ruby project management helper")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue