guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ruby-2.2: Update to 2.2.5.


From: Ben Woodcroft
Subject: 01/01: gnu: ruby-2.2: Update to 2.2.5.
Date: Wed, 27 Apr 2016 07:46:18 +0000

benwoodcroft pushed a commit to branch master
in repository guix.

commit 416381daa2f73a06a7af324032413d9de46bbfb3
Author: Ben Woodcroft <address@hidden>
Date:   Wed Apr 27 17:39:05 2016 +1000

    gnu: ruby-2.2: Update to 2.2.5.
    
    * gnu/packages/ruby.scm (ruby-2.2): Update to 2.2.5.
    [origin]: Remove snippet.
---
 gnu/packages/ruby.scm |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 8531b9c..bafa7e3 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -102,7 +102,7 @@ a focus on simplicity and productivity.")
 
 (define-public ruby-2.2
   (package (inherit ruby)
-    (version "2.2.4")
+    (version "2.2.5")
     (source
      (origin
        (method url-fetch)
@@ -111,13 +111,7 @@ a focus on simplicity and productivity.")
                            "/ruby-" version ".tar.xz"))
        (sha256
         (base32
-         "0g3ps4q3iz7wj9m45n8xyxzw8nh29ljdqb87b0f6i0p3853gz2yj"))
-       (modules '((guix build utils)))
-       (snippet `(begin
-                   ;; Remove bundled libffi
-                   (delete-file-recursively
-                    (string-append "ext/fiddle/libffi-3.2.1"))
-                   #t))))))
+         "1mw7bzw76g5w37cwhb57r6gxcl2vn9lfrlyf4h4xms3qlnhflvzq"))))))
 
 (define-public ruby-2.1
   (package (inherit ruby)



reply via email to

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