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

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

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index b50a808443..ae2da01f63 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -6982,7 +6982,7 @@ they match.")
 (define-public ruby-regexp-parser
   (package
     (name "ruby-regexp-parser")
-    (version "1.7.1")
+    (version "2.0.0")
     (source
      (origin
        (method git-fetch)               ;bin/test missing from gem
@@ -6992,7 +6992,7 @@ they match.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0dk9d4vpw31cc06s29fqyr1kq0kipym1mydifkcrnppvpl3pd53r"))))
+         "09ddxdwlml30q6j4rqf06bbjj1mwx00rs0bksnyblhv85anrqz3k"))))
     (build-system ruby-build-system)
     (arguments
      '(#:test-target "default"




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

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

On Fri, Nov 27, 2020 at 11:07:18PM +0100, Tomás Ortín Fernández via Guix-patches via wrote:
> * gnu/packages/ruby.scm (ruby-regex-parser): Update to 2.0.0.

Thanks! I fixed a typo in the commit message (s/regex/regexp) and pushed
as 86d635b85035086d21c319f31f628761df5c82e5




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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-27 22:07 [bug#44912] [PATCH] gnu: ruby-regex-parser: Update to 2.0.0 Tomás Ortín Fernández via Guix-patches via
2020-12-04 23:54 ` bug#44912: " 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).