me
/
guix
Archived
1
0
Fork 0

gnu: ruby-2.1: Update to 2.1.8.

* gnu/packages/ruby.scm (ruby-2.1): Update to 2.1.8.
master
Ben Woodcroft 2016-01-09 14:53:58 +10:00
parent f32274a71e
commit 4c40fa0229
1 changed files with 2 additions and 2 deletions

View File

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