mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: ruby-minitest: Update to 5.19.0.
* gnu/packages/ruby-check.scm (ruby-minitest): Update to 5.19.0.
This commit is contained in:
parent
78c77c0a7b
commit
14f77f01d2
1 changed files with 2 additions and 2 deletions
|
|
@ -643,13 +643,13 @@ to reproduce user environments.")
|
|||
(define-public ruby-minitest
|
||||
(package
|
||||
(name "ruby-minitest")
|
||||
(version "5.18.1")
|
||||
(version "5.19.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "minitest" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kg9wh7jlc9zsr3hkhpzkbn0ynf4np5ap9m2d8xdrb8shy0y6pmb"))))
|
||||
"0jnpsbb2dbcs95p4is4431l2pw1l5pn7dfg3vkgb4ga464j0c5l6"))))
|
||||
(build-system ruby-build-system)
|
||||
(native-inputs (list ruby-hoe))
|
||||
(home-page "https://github.com/minitest/minitest")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue