mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05: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 @@ (define-public plink
|
|||
(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"))
|
||||
|
|
Loading…
Reference in a new issue