mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-minitest-hooks: Update to 1.5.2.
* gnu/packages/ruby.scm (ruby-minitest-hooks): Update to 1.5.2. [arguments]<test-target>: Remove field. Update comment. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
072fb1c5ea
commit
d8d7763429
1 changed files with 3 additions and 7 deletions
|
@ -6251,20 +6251,16 @@ minitest 5.12, and is planned to be removed from minitest 6.")
|
||||||
(define-public ruby-minitest-hooks
|
(define-public ruby-minitest-hooks
|
||||||
(package
|
(package
|
||||||
(name "ruby-minitest-hooks")
|
(name "ruby-minitest-hooks")
|
||||||
(version "1.5.0")
|
(version "1.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "minitest-hooks" version))
|
(uri (rubygems-uri "minitest-hooks" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "11jb31dl5kbpyl3kgxql0p7da9066r2aqw54y5q6cni9nmld3zf5"))))
|
||||||
"05z8r6sw3fz4s44fs1150ndlcmcy82vlxmhps5nncg8vk59k3gmf"))))
|
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:test-target "spec"
|
'(#:tests? #f)) ; No tests bundled.
|
||||||
;; Test suite is incompatible with ruby-2.7.
|
|
||||||
;; https://github.com/jeremyevans/minitest-hooks/issues/19
|
|
||||||
#:tests? #f))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ruby-sequel ruby-sqlite3))
|
(list ruby-sequel ruby-sqlite3))
|
||||||
(synopsis "Hooks for the minitest framework")
|
(synopsis "Hooks for the minitest framework")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue