mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: plink: Change origin URL.
pngu.mgh.harvard.edu seems to time out. * gnu/packages/bioinformatics.scm (plink)[origin]. Change URL.
This commit is contained in:
parent
b86867417f
commit
020dc0a1f1
1 changed files with 1 additions and 1 deletions
|
@ -6296,7 +6296,7 @@ accessed/downloaded on demand across HTTP.")
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://pngu.mgh.harvard.edu/~purcell/plink/dist/plink-"
|
"https://zzz.bwh.harvard.edu/plink/dist/plink-"
|
||||||
version "-src.zip"))
|
version "-src.zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0as8gxm4pjyc8dxmm1sl873rrd7wn5qs0l29nqfnl31x8i467xaa"))
|
(base32 "0as8gxm4pjyc8dxmm1sl873rrd7wn5qs0l29nqfnl31x8i467xaa"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue