gnu: ruby-sexp-processor: Update to 4.17.0.
* gnu/packages/ruby.scm (ruby-sexp-processor): Update to 4.17.0. [native-inputs]: Add ruby-minitest and ruby-minitest-proveit.
parent
e9ba11e190
commit
396d1a7a1f
|
@ -6634,18 +6634,19 @@ unique values")
|
||||||
(define-public ruby-sexp-processor
|
(define-public ruby-sexp-processor
|
||||||
(package
|
(package
|
||||||
(name "ruby-sexp-processor")
|
(name "ruby-sexp-processor")
|
||||||
(version "4.15.0")
|
(version "4.17.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "sexp_processor" version))
|
(uri (rubygems-uri "sexp_processor" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0d1vks77xnd0m3s94a58f9bkdwlaml5qdkmprx279m2s0pc2gv55"))))
|
"0vzz9mhg4kkdqf179pm30i204h7iskanxrk53j0csf0qrrs4iajd"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; TODO: Add ruby-minitest-proveit once available.
|
(list ruby-hoe
|
||||||
(list ruby-hoe))
|
ruby-minitest
|
||||||
|
ruby-minitest-proveit))
|
||||||
(synopsis "ParseTree fork which includes generic S-exp processing tools")
|
(synopsis "ParseTree fork which includes generic S-exp processing tools")
|
||||||
(description "The sexp_processor package is derived from ParseTree, but
|
(description "The sexp_processor package is derived from ParseTree, but
|
||||||
contrary to ParseTree, it includes all the generic S-exp processing tools.
|
contrary to ParseTree, it includes all the generic S-exp processing tools.
|
||||||
|
|
Reference in New Issue