guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ruby-2.2: Update to 2.2.7.


From: Ben Woodcroft
Subject: 01/02: gnu: ruby-2.2: Update to 2.2.7.
Date: Sat, 1 Apr 2017 18:28:28 -0400 (EDT)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 22a494ec25686a7a135ddc7807046e0bf049e5fb
Author: Ben Woodcroft <address@hidden>
Date:   Wed Mar 29 21:45:04 2017 +1000

    gnu: ruby-2.2: Update to 2.2.7.
    
    * gnu/packages/ruby.scm (ruby-2.2): Update to 2.2.7.
---
 gnu/packages/ruby.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 4d839bc..e09850f 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -104,7 +104,7 @@ a focus on simplicity and productivity.")
 (define-public ruby-2.2
   (package (inherit ruby)
     (replacement #f)
-    (version "2.2.6")
+    (version "2.2.7")
     (source
      (origin
        (method url-fetch)
@@ -113,7 +113,7 @@ a focus on simplicity and productivity.")
                            "/ruby-" version ".tar.xz"))
        (sha256
         (base32
-         "0fbk2pyjphynj4kxn27vb5rsq6brr3y85p784jd1rxwws30fq54l"))))))
+         "0lyb7gnbbhs3a3v9grsjgbaixm20wxz6x3h0czyrxnj3cpp8lk13"))))))
 
 (define-public ruby-2.1
   (package (inherit ruby)



reply via email to

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