[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] gnu: ruby: Update to 2.2.0
From: |
David Thompson |
Subject: |
[PATCH] gnu: ruby: Update to 2.2.0 |
Date: |
Wed, 11 Feb 2015 22:16:12 -0500 |
User-agent: |
Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) |
>From 3b0d69b8a5f688e595583681990257ff2fa0c954 Mon Sep 17 00:00:00 2001
From: David Thompson <address@hidden>
Date: Wed, 11 Feb 2015 22:04:35 -0500
Subject: [PATCH 1/2] gnu: ruby: Update to 2.2.0.
* gnu/packages/ruby.scm (ruby): Update to 2.2.0.
---
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 f8276db..7fc7993 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -37,7 +37,7 @@
(define-public ruby
(package
(name "ruby")
- (version "2.1.5")
+ (version "2.2.0")
(source
(origin
(method url-fetch)
@@ -46,7 +46,7 @@
"/ruby-" version ".tar.xz"))
(sha256
(base32
- "18z9mwhzgh4gqc0c6ydbjg0a87jc0j38sha10mzfvjbmsjw1xfi2"))))
+ "1jpq7r48pmkll5lfw933013ijv750sr61c63p96v8pzwh3i191w4"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"
--
2.1.4
--
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate
- [PATCH] gnu: ruby: Update to 2.2.0,
David Thompson <=