me
/
guix
Archived
1
0
Fork 0

gnu: ruby-hoe: Update to 4.0.4.

* gnu/packages/ruby.scm (ruby-hoe): Update to 4.0.4.
Christopher Baines 2023-06-26 20:58:24 +01:00
parent 2857b99e0d
commit bcc615473d
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -384,13 +384,13 @@ a menu system for providing multiple options to the user.")
(define-public ruby-hoe
(package
(name "ruby-hoe")
(version "3.21.0")
(version "4.0.4")
(source (origin
(method url-fetch)
(uri (rubygems-uri "hoe" version))
(sha256
(base32
"0qid0n56mgsjvq5ksxajv0gb92akky8imwgvw22ajms5g4fd6nf4"))))
"0r2hy7mq9jd9hsbvskd9sxfbagc92adnn7abzxbda05sscbf46hn"))))
(build-system ruby-build-system)
(arguments
'(#:phases