gnu: ruby-rake-compiler: Update to 1.0.4.

* gnu/packages/ruby.scm (ruby-rake-compiler): Update to 1.0.4.
This commit is contained in:
Tobias Geerinckx-Rice 2017-08-10 23:19:01 +02:00
parent 3b0e45c86d
commit 0cd7b8164d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -240,13 +240,13 @@ (define-public ruby-hoe
(define-public ruby-rake-compiler
(package
(name "ruby-rake-compiler")
(version "1.0.1")
(version "1.0.4")
(source (origin
(method url-fetch)
(uri (rubygems-uri "rake-compiler" version))
(sha256
(base32
"1lf91nf1fcnmsh54mxz06wyfmjkwh58vljr35zns5cwbg8fwmi20"))))
"1xpdi4w8zaklk1i9ps8g3k0icw3v5fcks092l84w28rgrpx82qip"))))
(build-system ruby-build-system)
(arguments
'(#:tests? #f)) ; needs cucumber