gnu: ruby-zeitwerk: Update to 2.6.7.
* gnu/packages/ruby.scm (ruby-zeitwerk): Update to 2.6.7. [native-inputs]: Add ruby-minitest-proveit.
This commit is contained in:
parent
c1cfce3abd
commit
e7900d3980
1 changed files with 7 additions and 5 deletions
|
@ -12564,21 +12564,23 @@ which snapshots to consider and what files to include.")
|
||||||
(define-public ruby-zeitwerk
|
(define-public ruby-zeitwerk
|
||||||
(package
|
(package
|
||||||
(name "ruby-zeitwerk")
|
(name "ruby-zeitwerk")
|
||||||
(version "2.4.2")
|
(version "2.6.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch) ;for tests
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
;; No tests in the released gem.
|
|
||||||
(url "https://github.com/fxn/zeitwerk")
|
(url "https://github.com/fxn/zeitwerk")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"119fgdyb57gmss2yvfwfr47wcy8nny38sai72446krpihyavpizw"))))
|
"10p1ycv72yas1fdqrmdyz1aiqf8axj6q1kyllni2wknhk059jvi0"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ruby-minitest ruby-minitest-focus ruby-minitest-reporters))
|
(list ruby-minitest
|
||||||
|
ruby-minitest-focus
|
||||||
|
ruby-minitest-proveit
|
||||||
|
ruby-minitest-reporters))
|
||||||
(synopsis "Efficient and thread-safe code loader for Ruby")
|
(synopsis "Efficient and thread-safe code loader for Ruby")
|
||||||
(description
|
(description
|
||||||
"Zeitwerk implements constant autoloading with Ruby semantics. Each gem
|
"Zeitwerk implements constant autoloading with Ruby semantics. Each gem
|
||||||
|
|
Reference in a new issue