mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-minitest-stub-const: Update to 0.6-0.dbcaa18.
* gnu/packages/ruby-xyz.scm (ruby-minitest-stub-const): Update to 0.6-0.dbcaa18.
This commit is contained in:
parent
689db5e221
commit
3519b214ec
1 changed files with 22 additions and 18 deletions
|
@ -5390,24 +5390,28 @@ easier to re-run individual failing tests.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-minitest-stub-const
|
(define-public ruby-minitest-stub-const
|
||||||
(package
|
;; XXX: Minitest update unreleased.
|
||||||
(name "ruby-minitest-stub-const")
|
(let ((commit "dbcaa18249e48a4b0efa8b09f01a2b111db800e0")
|
||||||
(version "0.6") ;for Rakefile
|
(revision "0"))
|
||||||
(source (origin
|
(package
|
||||||
(method git-fetch)
|
(name "ruby-minitest-stub-const")
|
||||||
(uri (git-reference
|
(version (git-version "0.6" revision commit)) ;for Rakefile
|
||||||
(url "https://github.com/adammck/minitest-stub-const")
|
(source
|
||||||
(commit (string-append "v" version))))
|
(origin
|
||||||
(file-name (git-file-name name version))
|
(method git-fetch)
|
||||||
(sha256
|
(uri (git-reference
|
||||||
(base32
|
(url "https://github.com/adammck/minitest-stub-const")
|
||||||
"0cz4r9fxplx94c7wakx0998n2gv7l21prn8pfpw6z2c33k3g2xar"))))
|
(commit commit)))
|
||||||
(build-system ruby-build-system)
|
(file-name (git-file-name name version))
|
||||||
(synopsis "Stub constants for the duration of a block in MiniTest")
|
(sha256
|
||||||
(description "This package provides a MiniTest extension to stub constants
|
(base32 "08avrpvk8yj1f6x1m8bcq7gdf08x1zcx9iamjysxnalrpwnw5lh6"))))
|
||||||
for the duration of a block in MiniTest.")
|
(build-system ruby-build-system)
|
||||||
(home-page "https://github.com/adammck/minitest-stub-const")
|
(synopsis "Stub constants for the duration of a block in MiniTest")
|
||||||
(license license:expat)))
|
(description
|
||||||
|
"This package provides a MiniTest extension to stub constants for the
|
||||||
|
duration of a block in MiniTest.")
|
||||||
|
(home-page "https://github.com/adammck/minitest-stub-const")
|
||||||
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public ruby-minitest-bacon
|
(define-public ruby-minitest-bacon
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue