gnu: ruby-2.1: Update to 2.1.10.

* gnu/packages/ruby.scm (ruby-2.1): Update to 2.1.10.
master
Ben Woodcroft 2016-04-02 09:16:17 +10:00
parent f04433773d
commit a754eaf16d
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ a focus on simplicity and productivity.")
(define-public ruby-2.1 (define-public ruby-2.1
(package (inherit ruby) (package (inherit ruby)
(version "2.1.8") (version "2.1.10")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -130,7 +130,7 @@ a focus on simplicity and productivity.")
"/ruby-" version ".tar.bz2")) "/ruby-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"11rkbfc90cg9p9mzg32475alf3ddcn9q8a3ar3fwm5xskic0n395")))) "1wglbd599mlwxfcb2xgqcxi2shr363pjn5dpbv11m04si9bpaim7"))))
(arguments (arguments
`(#:test-target "test" `(#:test-target "test"
#:parallel-tests? #f #:parallel-tests? #f