[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: plink: Change origin URL.
From: |
guix-commits |
Subject: |
01/11: gnu: plink: Change origin URL. |
Date: |
Thu, 6 Oct 2022 10:11:01 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 020dc0a1f1928503d1e2d5b401f87373c62c402c
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Sep 20 13:28:26 2022 +0100
gnu: plink: Change origin URL.
pngu.mgh.harvard.edu seems to time out.
* gnu/packages/bioinformatics.scm (plink)[origin]. Change URL.
---
gnu/packages/bioinformatics.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index becf171880..c6d63a7492 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6296,7 +6296,7 @@ accessed/downloaded on demand across HTTP.")
(origin
(method url-fetch)
(uri (string-append
- "http://pngu.mgh.harvard.edu/~purcell/plink/dist/plink-"
+ "https://zzz.bwh.harvard.edu/plink/dist/plink-"
version "-src.zip"))
(sha256
(base32 "0as8gxm4pjyc8dxmm1sl873rrd7wn5qs0l29nqfnl31x8i467xaa"))
- branch master updated (b86867417f -> 5b42b64ea8), guix-commits, 2022/10/06
- 07/11: gnu: Add r-gldex., guix-commits, 2022/10/06
- 10/11: gnu: Add waybar-cpu-histogram., guix-commits, 2022/10/06
- 03/11: gnu: Add rust-os-pipe-0.8., guix-commits, 2022/10/06
- 02/11: gnu: Add rust-greetd-ipc-0.8., guix-commits, 2022/10/06
- 09/11: gnu: libdaemon: Fix targeting riscv64., guix-commits, 2022/10/06
- 04/11: gnu: Add wlgreet., guix-commits, 2022/10/06
- 08/11: gnu: Add discregrid., guix-commits, 2022/10/06
- 01/11: gnu: plink: Change origin URL.,
guix-commits <=
- 05/11: gnu: Add cpass., guix-commits, 2022/10/06
- 06/11: gnu: Add r-spacefillr., guix-commits, 2022/10/06
- 11/11: doc: Fix missing package name., guix-commits, 2022/10/06