GNU bug report logs - #76314
[PATCH ruby-team 00/71] Update ruby.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Sun, 16 Feb 2025 00:29:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 76314 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#76314] [PATCH ruby-team 69/71] gnu: ruby-fakefs: Update to 2.8.0.
Date: Sun, 16 Feb 2025 01:34:37 +0100
* gnu/packages/ruby.scm (ruby-fakefs): Update to 2.8.0.
[native-inputs]: Add ruby-pry.
---
 gnu/packages/ruby.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 42a4e8592b..76911896a8 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -3259,7 +3259,7 @@ a Ruby object.")
 (define-public ruby-fakefs
   (package
     (name "ruby-fakefs")
-    (version "1.2.2")
+    (version "2.8.0")
     (home-page "https://github.com/fakefs/fakefs")
     (source (origin
               ;; The Rubygems release does not contain tests.
@@ -3270,7 +3270,7 @@ a Ruby object.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "008dq9knyip2bfbl0mrk8b8r7bv0k3bf128wcfqsgy1rqal4mgwk"))))
+                "0a3vq6cllml279j77hxipmbln31pjw6di3zdgpzqvhqgazv55v10"))))
     (build-system ruby-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
@@ -3286,7 +3286,7 @@ a Ruby object.")
                         (("(.*add_development_dependency .*), .*" _ dep)
                          (string-append dep "\n"))))))))
     (native-inputs
-     (list ruby-bump ruby-maxitest ruby-rubocop ruby-rspec))
+     (list ruby-bump ruby-maxitest ruby-pry ruby-rubocop ruby-rspec))
     (synopsis "Fake file system for Ruby")
     (description
      "This package provides a fake file system for use in test suites.  It
-- 
2.48.1





This bug report was last modified 89 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.