me
/
guix
Archived
1
0
Fork 0

gnu: ruby-minitest: Update to 5.18.1.

* gnu/packages/ruby.scm (ruby-minitest): Update to 5.18.1.
Christopher Baines 2023-06-27 11:22:35 +01:00
parent 28a8ca446f
commit bb347fe01d
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -5395,13 +5395,13 @@ default (and first) theme. It's what you get when you run @code{jekyll new}.")
(define-public ruby-minitest
(package
(name "ruby-minitest")
(version "5.18.0")
(version "5.18.1")
(source (origin
(method url-fetch)
(uri (rubygems-uri "minitest" version))
(sha256
(base32
"0ic7i5z88zcaqnpzprf7saimq2f6sad57g5mkkqsrqrcd6h3mx06"))))
"1kg9wh7jlc9zsr3hkhpzkbn0ynf4np5ap9m2d8xdrb8shy0y6pmb"))))
(build-system ruby-build-system)
(native-inputs (list ruby-hoe))
(home-page "https://github.com/minitest/minitest")