gnu: ruby-hoe: Update to 3.15.2.
* gnu/packages/ruby.scm (ruby-hoe): Update to 3.15.2.
This commit is contained in:
parent
c59491183a
commit
81d0bd2f44
|
@ -178,13 +178,13 @@ a focus on simplicity and productivity.")
|
||||||
(define-public ruby-hoe
|
(define-public ruby-hoe
|
||||||
(package
|
(package
|
||||||
(name "ruby-hoe")
|
(name "ruby-hoe")
|
||||||
(version "3.13.1")
|
(version "3.15.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
|
||||||
"1mac13krdrasn9819dd65xj27kklfy0xdbj3p6s2ij4vlcb46h8q"))) )
|
"1riyf9j9vp7dzgpw5xj9xx1vqkdmg6lr7qiprmn91hcdp81kaszp"))) )
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(synopsis "Ruby project management helper")
|
(synopsis "Ruby project management helper")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue