GNU bug report logs - #45434
[PATCH 0/1] Merry Ruby release day!

Previous Next

Package: guix-patches;

Reported by: Ryan Prior <rprior <at> protonmail.com>

Date: Fri, 25 Dec 2020 17:55:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


Message #13 received at 45434-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Ryan Prior <rprior <at> protonmail.com>
Cc: 45434-done <at> debbugs.gnu.org
Subject: Re: [bug#45434] [PATCH 1/1] gnu: ruby: Add 3.0.
Date: Tue, 29 Dec 2020 18:53:19 +0000
[Message part 1 (text/plain, inline)]
Ryan Prior via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/ruby.scm (ruby): Add 3.0.
> ---
>  gnu/packages/ruby.scm | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>
> diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
> index 1befecfa12..971b2b2d77 100644
> --- a/gnu/packages/ruby.scm
> +++ b/gnu/packages/ruby.scm
> @@ -187,6 +187,20 @@ a focus on simplicity and productivity.")
>      (native-inputs
>       `(("autoconf" ,autoconf)))))
>  
> +(define-public ruby-3.0
> +  (package
> +    (inherit ruby-2.7)
> +    (version "3.0.0")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append "http://cache.ruby-lang.org/pub/ruby/"
> +                           (version-major+minor version)
> +                           "/ruby-" version ".tar.xz"))
> +       (sha256
> +        (base32
> +         "1cbcixwnr0y8q0lg67wjgplp06kjd6p6hjjh680csv3v0bpsxgv8"))))))
> +
>  (define-public ruby-2.5
>    (package
>      (inherit ruby)

Thanks, I've tweaked the commit message, and pushed to master as
03c51c04430405fe405a3640e6a4d1d248b702fc.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 4 years and 185 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.