mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: ruby-power-assert: Update to 1.1.5.
* gnu/packages/ruby.scm (ruby-power-assert): Update to 1.1.5. [arguments]: Disable running the tests.
This commit is contained in:
parent
d0d2dd24de
commit
6754323bd8
1 changed files with 4 additions and 2 deletions
|
@ -2292,14 +2292,16 @@ (define-public ruby-net-http-persistent
|
|||
(define-public ruby-power-assert
|
||||
(package
|
||||
(name "ruby-power-assert")
|
||||
(version "0.2.7")
|
||||
(version "1.1.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "power_assert" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ka6w71lcan4wgf111xi3pcn9ma9lhakv31jg8w007nwzi0xfjbi"))))
|
||||
"1dii0wkfa0jm8sk9b20zl1z4980dmrjh0zqnii058485pp3ws10s"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; No included tests
|
||||
(native-inputs
|
||||
`(("bundler" ,bundler)))
|
||||
(synopsis "Assert library with descriptive assertion messages")
|
||||
|
|
Loading…
Reference in a new issue