unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44910] [PATCH] gnu: ruby-parser: Update to 2.7.2.0
@ 2020-11-27 21:47 Tomás Ortín Fernández via Guix-patches via
  2020-12-04 23:00 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Tomás Ortín Fernández via Guix-patches via @ 2020-11-27 21:47 UTC (permalink / raw)
  To: 44910

* 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)




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#44910] [PATCH] gnu: ruby-parser: Update to 2.7.2.0
  2020-11-27 21:47 [bug#44910] [PATCH] gnu: ruby-parser: Update to 2.7.2.0 Tomás Ortín Fernández via Guix-patches via
@ 2020-12-04 23:00 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-12-04 23:00 UTC (permalink / raw)
  To: tomasortin, 44910; +Cc: 44910-done

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!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-04 23:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-27 21:47 [bug#44910] [PATCH] gnu: ruby-parser: Update to 2.7.2.0 Tomás Ortín Fernández via Guix-patches via
2020-12-04 23:00 ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).