mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ruby-minitest-hooks: Update to 1.4.2.
* gnu/packages/ruby.scm (ruby-minitest-hooks): Update to 1.4.2.
This commit is contained in:
parent
b0ef15edcb
commit
eaaf8b1265
1 changed files with 2 additions and 2 deletions
|
@ -2068,14 +2068,14 @@ (define-public ruby-minitest-rg
|
|||
(define-public ruby-minitest-hooks
|
||||
(package
|
||||
(name "ruby-minitest-hooks")
|
||||
(version "1.4.1")
|
||||
(version "1.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "minitest-hooks" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05bngfyxwq1cflk568nhddgfrmws5ff6kiqax4skklsjnh71ykbi"))))
|
||||
"0lnpvzijbjrvxjc43d155jnbk2mkfshrz22an711wh004scavlzc"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
'(#:test-target "spec"))
|
||||
|
|
Loading…
Reference in a new issue