mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: ruby-minitest: Update to 5.18.1.
* gnu/packages/ruby.scm (ruby-minitest): Update to 5.18.1.
This commit is contained in:
parent
28a8ca446f
commit
bb347fe01d
1 changed files with 2 additions and 2 deletions
|
@ -5395,13 +5395,13 @@ (define-public ruby-minima
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue