mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01:00
gnu: Remove ruby-minitest-5.15.
This variant is now unused. * gnu/packages/ruby.scm (ruby-minitest-5.15): Remove variable.
This commit is contained in:
parent
701608c496
commit
ac0d3428fb
1 changed files with 0 additions and 11 deletions
|
@ -5412,17 +5412,6 @@ default (and first) theme. It's what you get when you run @code{jekyll new}.")
|
|||
facilities supporting TDD, BDD, mocking, and benchmarking.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-minitest-5.15
|
||||
(package
|
||||
(inherit ruby-minitest)
|
||||
(version "5.15.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "minitest" version))
|
||||
(sha256
|
||||
(base32
|
||||
"06xf558gid4w8lwx13jwfdafsch9maz8m0g85wnfymqj63x5nbbd"))))))
|
||||
|
||||
;; This is the last release of Minitest 4, which is used by some packages.
|
||||
(define-public ruby-minitest-4
|
||||
(package
|
||||
|
|
Loading…
Add table
Reference in a new issue