mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: ruby-minitest-hooks: Update to 1.4.1.
* gnu/packages/ruby.scm (ruby-minitest-hooks): Update to 1.4.1.
This commit is contained in:
parent
d74d96e466
commit
d21c6686d0
1 changed files with 2 additions and 2 deletions
|
@ -1739,14 +1739,14 @@ (define-public ruby-minitest-rg
|
|||
(define-public ruby-minitest-hooks
|
||||
(package
|
||||
(name "ruby-minitest-hooks")
|
||||
(version "1.4.0")
|
||||
(version "1.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "minitest-hooks" version))
|
||||
(sha256
|
||||
(base32
|
||||
"092fymh0c09v3a585qw3hc15b0zf159s74rxx1ga87drk5jr958z"))))
|
||||
"05bngfyxwq1cflk568nhddgfrmws5ff6kiqax4skklsjnh71ykbi"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
'(#:test-target "spec"))
|
||||
|
|
Loading…
Reference in a new issue