all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53865] [PATCH] gnu: ruby-parser: Update to 3.1.0.0.
@ 2022-02-08  2:08 jgart via Guix-patches via
  2022-02-09 15:05 ` bug#53865: " Nicolas Goaziou
  0 siblings, 1 reply; 8+ messages in thread
From: jgart via Guix-patches via @ 2022-02-08  2:08 UTC (permalink / raw)
  To: 53865; +Cc: jgart

* gnu/packages/ruby.scm (ruby-parser): Update to 3.1.0.0.
---
 gnu/packages/ruby.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index b242aa8295..e15d53eefa 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -5195,14 +5195,14 @@ (define-public ruby-parallel-tests
 (define-public ruby-parser
   (package
     (name "ruby-parser")
-    (version "3.0.0.0")
+    (version "3.1.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "parser" version))
        (sha256
         (base32
-         "1jixakyzmy0j5c1rb0fjrrdhgnyryvrr6vgcybs14jfw09akv5ml"))))
+         "08q20ckhn58m49lccf93p0yv7pkc7hymmcz3di762kb658d5fd38"))))
     (build-system ruby-build-system)
     (arguments
      '(#:tests? #f)) ; tests not included in gem
-- 
2.35.0





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

end of thread, other threads:[~2022-02-09 22:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-08  2:08 [bug#53865] [PATCH] gnu: ruby-parser: Update to 3.1.0.0 jgart via Guix-patches via
2022-02-09 15:05 ` bug#53865: " Nicolas Goaziou
2022-02-09 18:02   ` [bug#53865] " jgart via Guix-patches via
2022-02-09 20:00     ` Nicolas Goaziou
2022-02-09 21:05       ` jgart via Guix-patches via
2022-02-09 21:16         ` jgart via Guix-patches via
2022-02-09 21:24           ` Nicolas Goaziou
2022-02-09 22:10             ` jgart via Guix-patches via

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.