gnu: ruby-wapiti: Update to 2.1.0.

* gnu/packages/ruby.scm (ruby-wapiti): Update to 2.1.0.
[native-inputs]: Remove ruby-byebug.
This commit is contained in:
Christopher Baines 2023-06-28 08:56:41 +01:00
parent 256e18af34
commit 5b47196d3a
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -16196,24 +16196,23 @@ (define-public ruby-blather
(define-public ruby-wapiti (define-public ruby-wapiti
(package (package
(name "ruby-wapiti") (name "ruby-wapiti")
(version "2.0.0") (version "2.1.0")
;; the gem archive lacks tests ;; the gem archive lacks tests
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/inukshuk/wapiti-ruby") (url "https://github.com/inukshuk/wapiti-ruby")
(commit version))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1kawqw45j7mqk5zmwbn67x1vxiapdgm2ypqqz2bs9l5s7nglzr5b")))) "1273dqvn6flq2qv9qbp104rgc7zp1gqx4096s0v0z5f0qnhzc7d6"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(propagated-inputs (propagated-inputs
(list ruby-builder (list ruby-builder
ruby-rexml)) ruby-rexml))
(native-inputs (native-inputs
(list ruby-byebug (list ruby-pry
ruby-pry
ruby-rake-compiler ruby-rake-compiler
ruby-rspec ruby-rspec
ruby-simplecov)) ruby-simplecov))