GNU bug report logs - #44910
[PATCH] gnu: ruby-parser: Update to 2.7.2.0

Previous Next

Package: guix-patches;

Reported by: Tomás Ortín Fernández <tomasortin <at> mailbox.org>

Date: Fri, 27 Nov 2020 21:48:03 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Tomás Ortín Fernández <tomasortin <at> mailbox.org>
Subject: bug#44910: closed (Re: [bug#44910] [PATCH] gnu: ruby-parser:
 Update to 2.7.2.0)
Date: Fri, 04 Dec 2020 23:02:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#44910: [PATCH] gnu: ruby-parser: Update to 2.7.2.0

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 44910 <at> debbugs.gnu.org.

-- 
44910: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44910
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Tomás Ortín Fernández <tomasortin <at> mailbox.org>,
 Tomás Ortín Fernández via Guix-patches
 <guix-patches <at> gnu.org>
Cc: 44910-done <at> debbugs.gnu.org
Subject: Re: [bug#44910] [PATCH] gnu: ruby-parser: Update to 2.7.2.0
Date: Fri, 4 Dec 2020 18:00:56 -0500
On Fri, Nov 27, 2020 at 10:47:41PM +0100, Tomás Ortín Fernández via Guix-patches via wrote:
> * gnu/packages/ruby.scm (ruby-parser): Update to 2.7.2.0.

Thanks! Pushed as 6dfe26bf8e25e0ec9c212d99ec3a3186c827efcf

I changed the email address of the Git commit to match your previous
contributions... I hope that's okay!

[Message part 3 (message/rfc822, inline)]
From: Tomás Ortín Fernández <tomasortin <at> mailbox.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: ruby-parser: Update to 2.7.2.0
Date: Fri, 27 Nov 2020 22:47:41 +0100
* gnu/packages/ruby.scm (ruby-parser): Update to 2.7.2.0.
---
gnu/packages/ruby.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 6f69131545..b50a808443 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -5132,15 +5132,17 @@ across multiple CPU cores.")
 (define-public ruby-parser
   (package
     (name "ruby-parser")
-    (version "2.7.1.4")
+    (version "2.7.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "parser" version))
        (sha256
         (base32
-         "1030znhvhkfn39svwbj6qn4xb6hgl94gnvg57k4d3r76f9bryqmn"))))
+         "1f7gmm60yla325wlnd3qkxs59qm2y0aan8ljpg6k18rwzrrfil6z"))))
     (build-system ruby-build-system)
+    (arguments
+     '(#:tests? #f)) ; tests not included in gem
     (native-inputs
      `(("bundler" ,bundler)
        ("ruby-cliver" ,ruby-cliver)



This bug report was last modified 4 years and 225 days ago.

Previous Next


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