[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: ruby: Update to 2.7.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: ruby: Update to 2.7.2. |
Date: |
Thu, 29 Oct 2020 04:11:02 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 763e613 gnu: ruby: Update to 2.7.2.
763e613 is described below
commit 763e613388185b67fdc71d577a2e10f55848e549
Author: Ryan Prior <rprior@protonmail.com>
AuthorDate: Thu Oct 29 04:22:51 2020 +0000
gnu: ruby: Update to 2.7.2.
Fixes CVE-2020-25613.
* gnu/packages/ruby.scm (ruby): Update to 2.7.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/ruby.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index df1c6d8..ee0f925 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -147,16 +147,16 @@ a focus on simplicity and productivity.")
(define-public ruby-2.7
(package
(inherit ruby)
- (version "2.7.1")
+ (version "2.7.2")
(source
(origin
(method url-fetch)
- (uri (string-append "http://cache.ruby-lang.org/pub/ruby/"
+ (uri (string-append "https://cache.ruby-lang.org/pub/ruby/"
(version-major+minor version)
"/ruby-" version ".tar.gz"))
(sha256
(base32
- "0674x98f542y02r7n2yv2qhmh97blqhi2mvh2dn5f000vlxlh66l"))
+ "1m63461mxi3fg4y3bspbgmb0ckbbb1ldgf9xi0piwkpfsk80cmvf"))
(modules '((guix build utils)))
(snippet `(begin
;; Remove bundled libffi
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: ruby: Update to 2.7.2.,
guix-commits <=