unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: Ryan Prior <rprior@protonmail.com>
Cc: 45434-done@debbugs.gnu.org
Subject: bug#45434: [PATCH 1/1] gnu: ruby: Add 3.0.
Date: Tue, 29 Dec 2020 18:53:19 +0000	[thread overview]
Message-ID: <87mtxwa1gg.fsf@cbaines.net> (raw)
In-Reply-To: <20201225175712.21090-1-rprior@protonmail.com>

[-- Attachment #1: Type: text/plain, Size: 1145 bytes --]


Ryan Prior via Guix-patches via <guix-patches@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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

      reply	other threads:[~2020-12-29 18:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-25 17:53 [bug#45434] [PATCH 0/1] Merry Ruby release day! Ryan Prior via Guix-patches via
2020-12-25 17:57 ` [bug#45434] [PATCH 1/1] gnu: ruby: Add 3.0 Ryan Prior via Guix-patches via
2020-12-29 18:53   ` Christopher Baines [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mtxwa1gg.fsf@cbaines.net \
    --to=mail@cbaines.net \
    --cc=45434-done@debbugs.gnu.org \
    --cc=rprior@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).