guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: ruby-parser: Update to 3.1.0.0.


From: guix-commits
Subject: branch core-updates updated: gnu: ruby-parser: Update to 3.1.0.0.
Date: Wed, 09 Feb 2022 10:04:28 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 521e0d32e3 gnu: ruby-parser: Update to 3.1.0.0.
521e0d32e3 is described below

commit 521e0d32e3aca0a601fa88d68af7e7efd45be71f
Author: jgart via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Mon Feb 7 21:08:34 2022 -0500

    gnu: ruby-parser: Update to 3.1.0.0.
    
    * 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 9d1a414914..62c268c707 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -5195,14 +5195,14 @@ across multiple CPU cores.")
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]