gnu: ruby-rake: Update to 12.3.1.

* gnu/packages/ruby.scm (ruby-rake): Update to 12.3.1.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-27 02:22:38 +02:00
parent 81a2217120
commit d6fb32b8a0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -4964,14 +4964,14 @@ Markdown.")
(define-public ruby-rake (define-public ruby-rake
(package (package
(name "ruby-rake") (name "ruby-rake")
(version "12.3.0") (version "12.3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "rake" version)) (uri (rubygems-uri "rake" version))
(sha256 (sha256
(base32 (base32
"190p7cs8zdn07mjj6xwwsdna3g0r98zs4crz7jh2j2q5b0nbxgjf")))) "1idi53jay34ba9j68c3mfr9wwkg3cd9qh0fn9cg42hv72c6q8dyg"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(native-inputs (native-inputs
`(("bundler" ,bundler))) `(("bundler" ,bundler)))