mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-zeitwerk: Update to 2.7.1.
* gnu/packages/ruby.scm (ruby-zeitwerk): Update to 2.7.1. [native-inputs]: Add ruby-warning. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
bde2b9fd27
commit
dc1b805a22
1 changed files with 4 additions and 3 deletions
|
@ -15963,7 +15963,7 @@ which snapshots to consider and what files to include.")
|
|||
(define-public ruby-zeitwerk
|
||||
(package
|
||||
(name "ruby-zeitwerk")
|
||||
(version "2.6.7")
|
||||
(version "2.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ;for tests
|
||||
|
@ -15973,13 +15973,14 @@ which snapshots to consider and what files to include.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"10p1ycv72yas1fdqrmdyz1aiqf8axj6q1kyllni2wknhk059jvi0"))))
|
||||
"19qmcdpbh4bl878zd1w19064yjkpb8sxaydcasqfa7p8cfg3hnsr"))))
|
||||
(build-system ruby-build-system)
|
||||
(native-inputs
|
||||
(list ruby-minitest
|
||||
ruby-minitest-focus
|
||||
ruby-minitest-proveit
|
||||
ruby-minitest-reporters))
|
||||
ruby-minitest-reporters
|
||||
ruby-warning))
|
||||
(synopsis "Efficient and thread-safe code loader for Ruby")
|
||||
(description
|
||||
"Zeitwerk implements constant autoloading with Ruby semantics. Each gem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue