gnu: ruby-regexp-property-values: Update to 1.5.2.

* gnu/packages/ruby-xyz.scm (ruby-regexp-property-values): Update to 1.5.2.
This commit is contained in:
Nicolas Graves 2025-06-18 16:26:54 +02:00 committed by Andreas Enge
parent f81a1f8e73
commit 8a24e40980
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -8439,35 +8439,32 @@ following: @code{[1, 2, 3, 4, 6, 8, 9, 10]} into @code{[1..4, 6..6, 8..10]}.")
(license license:expat))) (license license:expat)))
(define-public ruby-regexp-property-values (define-public ruby-regexp-property-values
(let ((commit "03007a66c912949a7130b973cc0eca109c20811f") (package
(revision "1")) (name "ruby-regexp-property-values")
(package (version "1.5.2")
(name "ruby-regexp-property-values") (source
(version (git-version "1.0.0" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference ;no test suite in distributed gem
(method git-fetch) (url "https://github.com/jaynetics/regexp_property_values")
(uri (git-reference ;no test suite in distributed gem (commit (string-append "v" version))))
(url "https://github.com/jaynetics/regexp_property_values") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32 "039xrhixdr87kcmwqnly3xr8d1681v054ybj7bpvswzrjbnzjffp"))))
(sha256 (build-system ruby-build-system)
(base32 (arguments
"1zsax784p16zdkf60lyq9z924zvsafhx9ckxx9srsgkyiqrifi1s")))) '(#:test-target "default"))
(build-system ruby-build-system) (native-inputs
(arguments (list ruby-character-set ruby-rake ruby-rake-compiler
'(#:test-target "default")) ruby-range-compressor ruby-rspec))
(native-inputs (synopsis "Inspect Ruby's regex engine property values")
(list ruby-character-set ruby-rake ruby-rake-compiler (description "This small library lets you see which property values are
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 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 and can directly read out their code point ranges. In other words, it
determines all supported values for @code{\\p{value}} expressions and what determines all supported values for @code{\\p{value}} expressions and what
they match.") they match.")
(home-page "https://github.com/jaynetics/regexp_property_values") (home-page "https://github.com/jaynetics/regexp_property_values")
(license license:expat)))) (license license:expat)))
(define-public ruby-regexp-parser (define-public ruby-regexp-parser
(package (package