mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-maxitest: Update to 5.1.0.
* gnu/packages/ruby.scm (ruby-maxitest): Update to 5.1.0. [arguments]: Update style. [native-inputs]: Remove ruby-byebug.
This commit is contained in:
parent
ea9a1e0289
commit
256e18af34
1 changed files with 22 additions and 21 deletions
|
@ -5186,7 +5186,7 @@ Ruby, but can be used for all programs.")
|
||||||
(define-public ruby-maxitest
|
(define-public ruby-maxitest
|
||||||
(package
|
(package
|
||||||
(name "ruby-maxitest")
|
(name "ruby-maxitest")
|
||||||
(version "4.4.1")
|
(version "5.1.0")
|
||||||
(home-page "https://github.com/grosser/maxitest")
|
(home-page "https://github.com/grosser/maxitest")
|
||||||
(source (origin
|
(source (origin
|
||||||
;; Pull from git because the gem does not contain tests.
|
;; Pull from git because the gem does not contain tests.
|
||||||
|
@ -5197,11 +5197,13 @@ Ruby, but can be used for all programs.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l646lgrgsfgg9qh05b8a3jd43kgrmr6xzbdvyspmdlhchk1qszg"))))
|
"0qj410krfm497ggmf71xpnabbb6814y0585by4nlzyjvg9hpgg3m"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:test-target "default"
|
(list
|
||||||
#:phases (modify-phases %standard-phases
|
#:test-target "default"
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
(replace 'replace-git-ls-files
|
(replace 'replace-git-ls-files
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "maxitest.gemspec"
|
(substitute* "maxitest.gemspec"
|
||||||
|
@ -5221,7 +5223,6 @@ Ruby, but can be used for all programs.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list procps
|
(list procps
|
||||||
ruby-bump
|
ruby-bump
|
||||||
ruby-byebug
|
|
||||||
ruby-rspec
|
ruby-rspec
|
||||||
ruby-wwtd))
|
ruby-wwtd))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue