[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: import/cran: Use CRAN mirrors.
From: |
guix-commits |
Subject: |
branch master updated: import/cran: Use CRAN mirrors. |
Date: |
Wed, 08 May 2024 18:03:06 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 9cf0f71463 import/cran: Use CRAN mirrors.
9cf0f71463 is described below
commit 9cf0f714636cb9a21875f15c0172211d7def661e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 9 00:01:01 2024 +0200
import/cran: Use CRAN mirrors.
* guix/import/cran.scm (%cran-url): Use mirror URL instead of primary
project
domain name.
Change-Id: I23a51147d785d6cb645f953ca5ce0ff72f8bd367
---
guix/import/cran.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/import/cran.scm b/guix/import/cran.scm
index fa9fffe274..6ae00cae96 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -194,7 +194,7 @@ package definition."
((package-inputs ...)
`((,input-type (list ,@(format-inputs package-inputs)))))))
-(define %cran-url "https://cran.r-project.org/web/packages/")
+(define %cran-url "https://cloud.r-project.org/web/packages/")
(define %cran-canonical-url "https://cran.r-project.org/package=")
(define %bioconductor-url "https://bioconductor.org/packages/")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: import/cran: Use CRAN mirrors.,
guix-commits <=