* [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
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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.