guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: ruby-2.1: Update to 2.1.10.


From: Ben Woodcroft
Subject: 01/01: gnu: ruby-2.1: Update to 2.1.10.
Date: Fri, 01 Apr 2016 23:18:06 +0000

benwoodcroft pushed a commit to branch master
in repository guix.

commit a754eaf16dff20cb0ae7c0ca32f50647f1f2b10e
Author: Ben Woodcroft <address@hidden>
Date:   Sat Apr 2 09:16:17 2016 +1000

    gnu: ruby-2.1: Update to 2.1.10.
    
    * gnu/packages/ruby.scm (ruby-2.1): Update to 2.1.10.
---
 gnu/packages/ruby.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 2abb261..0ca3415 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]