GNU bug report logs - #78826
[PATCH ruby-team 00/88] Switch to ruby@3.3 and build -P1 ruby@3.3

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Wed, 18 Jun 2025 14:22:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 78826 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#78826] [PATCH 07/88] gnu: ruby-regexp-property-values: Update to 1.5.2.
Date: Wed, 18 Jun 2025 16:26:54 +0200
* gnu/packages/ruby-xyz.scm (ruby-regexp-property-values): Update to 1.5.2.
---
 gnu/packages/ruby-xyz.scm | 47 ++++++++++++++++++---------------------
 1 file changed, 22 insertions(+), 25 deletions(-)

diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 5646a8f4c3..dcd5be5af8 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -8423,35 +8423,32 @@ (define-public ruby-range-compressor
     (license license:expat)))
 
 (define-public ruby-regexp-property-values
-  (let ((commit "03007a66c912949a7130b973cc0eca109c20811f")
-        (revision "1"))
-    (package
-      (name "ruby-regexp-property-values")
-      (version (git-version "1.0.0" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference              ;no test suite in distributed gem
-               (url "https://github.com/jaynetics/regexp_property_values")
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32
-           "1zsax784p16zdkf60lyq9z924zvsafhx9ckxx9srsgkyiqrifi1s"))))
-      (build-system ruby-build-system)
-      (arguments
-       '(#:test-target "default"))
-      (native-inputs
-       (list ruby-character-set ruby-rake ruby-rake-compiler
-             ruby-range-compressor ruby-rspec))
-      (synopsis "Inspect Ruby's regex engine property values")
-      (description "This small library lets you see which property values are
+  (package
+    (name "ruby-regexp-property-values")
+    (version "1.5.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference              ;no test suite in distributed gem
+             (url "https://github.com/jaynetics/regexp_property_values")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "039xrhixdr87kcmwqnly3xr8d1681v054ybj7bpvswzrjbnzjffp"))))
+    (build-system ruby-build-system)
+    (arguments
+     '(#:test-target "default"))
+    (native-inputs
+     (list ruby-character-set ruby-rake ruby-rake-compiler
+           ruby-range-compressor ruby-rspec))
+    (synopsis "Inspect Ruby's regex engine property values")
+    (description "This small library lets you see which property values are
 supported by the regular expression engine of the Ruby version you are running
 and can directly read out their code point ranges.  In other words, it
 determines all supported values for @code{\\p{value}} expressions and what
 they match.")
-      (home-page "https://github.com/jaynetics/regexp_property_values")
-      (license license:expat))))
+    (home-page "https://github.com/jaynetics/regexp_property_values")
+    (license license:expat)))
 
 (define-public ruby-regexp-parser
   (package
-- 
2.49.0





This bug report was last modified 32 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.