mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 16:38:12 -05:00
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.
This commit is contained in:
parent
e9ba11e190
commit
396d1a7a1f
1 changed files with 5 additions and 4 deletions
|
@ -6634,18 +6634,19 @@ (define-public ruby-set
|
|||
(define-public ruby-sexp-processor
|
||||
(package
|
||||
(name "ruby-sexp-processor")
|
||||
(version "4.15.0")
|
||||
(version "4.17.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "sexp_processor" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0d1vks77xnd0m3s94a58f9bkdwlaml5qdkmprx279m2s0pc2gv55"))))
|
||||
"0vzz9mhg4kkdqf179pm30i204h7iskanxrk53j0csf0qrrs4iajd"))))
|
||||
(build-system ruby-build-system)
|
||||
(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")
|
||||
(description "The sexp_processor package is derived from ParseTree, but
|
||||
contrary to ParseTree, it includes all the generic S-exp processing tools.
|
||||
|
|
Loading…
Reference in a new issue