gnu: ruby-racc: Update to 1.5.2.

* gnu/packages/ruby.scm (ruby-racc): Update to 1.5.2.
[arguments]: Skip tests.
This commit is contained in:
Efraim Flashner 2021-09-12 14:25:15 +03:00
parent 379cea3277
commit 5d31be6bf6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6852,15 +6852,17 @@ (define-public ruby-nokogiri-diff
(define-public ruby-racc
(package
(name "ruby-racc")
(version "1.4.14")
(version "1.5.2")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "racc" version))
(sha256
(base32
"00yhs2ag7yy5v83mqvkbnhk9bvsh6mx3808k53n61ddzx446v1zl"))))
"178k7r0xn689spviqzhvazzvxfq6fyjldxb3ywjbgipbfi4s8j1g"))))
(build-system ruby-build-system)
(arguments
`(#:tests? #f)) ; Fails while parsing test instructions.
(native-inputs
`(("ruby-hoe" ,ruby-hoe)
("ruby-rake-compiler" ,ruby-rake-compiler)))