me
/
guix
Archived
1
0
Fork 0

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>
master
Ryan Prior 2020-10-29 04:22:51 +00:00 committed by Efraim Flashner
parent 159c5943e4
commit 763e613388
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -147,16 +147,16 @@ a focus on simplicity and productivity.")
(define-public ruby-2.7 (define-public ruby-2.7
(package (package
(inherit ruby) (inherit ruby)
(version "2.7.1") (version "2.7.2")
(source (source
(origin (origin
(method url-fetch) (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) (version-major+minor version)
"/ruby-" version ".tar.gz")) "/ruby-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0674x98f542y02r7n2yv2qhmh97blqhi2mvh2dn5f000vlxlh66l")) "1m63461mxi3fg4y3bspbgmb0ckbbb1ldgf9xi0piwkpfsk80cmvf"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet `(begin (snippet `(begin
;; Remove bundled libffi ;; Remove bundled libffi