* [bug#44300] [PATCH] gnu: ruby: Update to 2.7.2.
@ 2020-10-29 4:22 Ryan Prior via Guix-patches via
2020-10-29 8:10 ` bug#44300: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Ryan Prior via Guix-patches via @ 2020-10-29 4:22 UTC (permalink / raw)
To: 44300
* gnu/packages/ruby.scm (ruby): Update to 2.7.2.
---
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 df1c6d87d1..ee0f925177 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
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#44300: [PATCH] gnu: ruby: Update to 2.7.2.
2020-10-29 4:22 [bug#44300] [PATCH] gnu: ruby: Update to 2.7.2 Ryan Prior via Guix-patches via
@ 2020-10-29 8:10 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2020-10-29 8:10 UTC (permalink / raw)
To: Ryan Prior; +Cc: 44300-done
[-- Attachment #1: Type: text/plain, Size: 334 bytes --]
I fixed the Author line to point to you and I added a note about the CVE
(as you mentioned in IRC).
Patch pushed!
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-29 8:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-29 4:22 [bug#44300] [PATCH] gnu: ruby: Update to 2.7.2 Ryan Prior via Guix-patches via
2020-10-29 8:10 ` bug#44300: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.