guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ruby: Update replacement to 2.3.3.


From: Ben Woodcroft
Subject: 01/01: gnu: ruby: Update replacement to 2.3.3.
Date: Tue, 22 Nov 2016 11:41:08 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit ee7518a009f2595879bb7e0275fa1f7ba8740819
Author: Ben Woodcroft <address@hidden>
Date:   Tue Nov 22 21:39:18 2016 +1000

    gnu: ruby: Update replacement to 2.3.3.
    
    * gnu/packages/ruby.scm (ruby)[replacement]: Update to 2.3.3.
    (ruby-2.3.2): Replace this ...
    (ruby-2.3.3): ... with this.
---
 gnu/packages/ruby.scm |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 1abea02..baae553 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -47,7 +47,7 @@
 (define-public ruby
   (package
     (name "ruby")
-    (replacement ruby-2.3.2)
+    (replacement ruby-2.3.3)
     (version "2.3.1")
     (source
      (origin
@@ -102,10 +102,10 @@ a focus on simplicity and productivity.")
     (home-page "https://ruby-lang.org";)
     (license license:ruby)))
 
-(define ruby-2.3.2
+(define ruby-2.3.3
   (package
     (inherit ruby)
-    (version "2.3.2")
+    (version "2.3.3")
     (source
      (origin
        (method url-fetch)
@@ -114,7 +114,7 @@ a focus on simplicity and productivity.")
                            "/ruby-" version ".tar.xz"))
        (sha256
         (base32
-         "031g76zxb2wp6988dmrpbqd98i17xi6l8q1115h83r2w0h8z6y2w"))
+         "1p0rfk0blrbfjcnv0vb0ha4hxflgkfhv9zbzp4vvld2pi31ahkqs"))
        (modules '((guix build utils)))
        (snippet `(begin
                    ;; Remove bundled libffi



reply via email to

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