3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ruby-2.1: Update to 2.1.10.

* gnu/packages/ruby.scm (ruby-2.1): Update to 2.1.10.
This commit is contained in:
Ben Woodcroft 2016-04-02 09:16:17 +10:00
parent f04433773d
commit a754eaf16d

View file

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