guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: ruby@2.7: Inherit source snippet from ruby@2


From: guix-commits
Subject: branch master updated: gnu: ruby@2.7: Inherit source snippet from ruby@2.6.
Date: Wed, 11 Aug 2021 18:03:05 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4eb0a51  gnu: ruby@2.7: Inherit source snippet from ruby@2.6.
4eb0a51 is described below

commit 4eb0a5146ae5a195a29c79f586fcc1e58f7fa69b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Aug 12 00:02:23 2021 +0200

    gnu: ruby@2.7: Inherit source snippet from ruby@2.6.
    
    This is a follow-up to 507472b036f8cdd3d1a88c401017d2e43620bc20.
    
    * gnu/packages/ruby.scm (ruby-2.7)[source]: Inherit fields from RUBY.
---
 gnu/packages/ruby.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 73e85a4..8db5bd9 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -157,7 +157,7 @@ a focus on simplicity and productivity.")
     (version "2.7.4")
     (source
      (origin
-       (method url-fetch)
+       (inherit (package-source ruby))
        (uri (string-append "https://cache.ruby-lang.org/pub/ruby/";
                            (version-major+minor version)
                            "/ruby-" version ".tar.gz"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]