guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

91/131: gnu: ruby-zeitwerk: Update to 2.7.1.


From: guix-commits
Subject: 91/131: gnu: ruby-zeitwerk: Update to 2.7.1.
Date: Fri, 7 Mar 2025 17:13:54 -0500 (EST)

sharlatan pushed a commit to branch ruby-team
in repository guix.

commit fca93ddaebc96077b9afd8bacee16c6ad1bd7f5a
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Sun Feb 16 01:34:10 2025 +0100

    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>
---
 gnu/packages/ruby.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 46fbba2ebe..cbb732cf87 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -15947,7 +15947,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
@@ -15957,13 +15957,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]