summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-11-15 11:26:23 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-11-15 13:53:05 -0500
commitecde61914ef367eba2e179a0b0293d082bc0fba2 (patch)
tree94e968d897266854799712c741fe591b70fb7848
parent38b19699b2504f7e4955b29ef767620f01544972 (diff)
downloadguix-patches-ecde61914ef367eba2e179a0b0293d082bc0fba2.tar
guix-patches-ecde61914ef367eba2e179a0b0293d082bc0fba2.tar.gz
gnu: ruby: Update to 2.1.5.
* gnu/packages/ruby.scm (ruby): Update to version 2.1.5.
-rw-r--r--gnu/packages/ruby.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 5cdd722737..4b6665cb6b 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2,6 +2,7 @@
;;; Copyright © 2014 Pjotr Prins <pjotr.guix@thebird.nl>
;;; Copyright © 2014 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
+;;; Copyright © 2014 David Thompson <davet@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -36,7 +37,7 @@
(define-public ruby
(package
(name "ruby")
- (version "2.1.4")
+ (version "2.1.5")
(source
(origin
(method url-fetch)
@@ -45,7 +46,7 @@
"/ruby-" version ".tar.xz"))
(sha256
(base32
- "1ksgx1rn4wp80290399q6d26zpbx0nb3sxh45wl4wr58raxmrk71"))))
+ "18z9mwhzgh4gqc0c6ydbjg0a87jc0j38sha10mzfvjbmsjw1xfi2"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"