gnu: ruby-regexp-property-values: Update to 1.0.0-1.03007a6.

* gnu/packages/ruby.scm (ruby-regexp-property-values): Update to 1.0.0-1.03007a6.
[native-inputs]: Add ruby-rake.
This commit is contained in:
Efraim Flashner 2021-09-12 14:28:34 +03:00
parent 5d31be6bf6
commit 8ba17bda9b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -7229,24 +7229,27 @@ following: @code{[1, 2, 3, 4, 6, 8, 9, 10]} into @code{[1..4, 6..6, 8..10]}.")
(license license:expat)))
(define-public ruby-regexp-property-values
(let ((commit "03007a66c912949a7130b973cc0eca109c20811f")
(revision "1"))
(package
(name "ruby-regexp-property-values")
(version "1.0.0")
(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 (string-append "v" version))))
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0l3fjmscg1wxn7kc6bl022cc6k5d91pwb7daq1b5w36kvsx52w1j"))))
"1zsax784p16zdkf60lyq9z924zvsafhx9ckxx9srsgkyiqrifi1s"))))
(build-system ruby-build-system)
(arguments
'(#:test-target "default"))
(native-inputs
`(("ruby-character-set" ,ruby-character-set)
("ruby-rake" ,ruby-rake)
("ruby-rake-compiler" ,ruby-rake-compiler)
("ruby-range-compressor" ,ruby-range-compressor)
("ruby-rspec" ,ruby-rspec)))
@ -7257,7 +7260,7 @@ 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)))
(license license:expat))))
(define-public ruby-regexp-parser
(package