gnu: r-qtl: Use CRAN-URI.
* gnu/packages/cran.scm (r-qtl)[source]: Use CRAN-URI instead of explicit mirror URL.master
parent
1e8bfc4cf9
commit
dbef55b7aa
|
@ -24340,8 +24340,7 @@ covariate (usually group indicator) and the scores.")
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cran/src/contrib/qtl_"
|
||||
version ".tar.gz"))
|
||||
(uri (cran-uri "qtl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rbwcnvyy96gq1dsgpxx03pv423qya26h6ws5y0blj3blfdmj83a"))))
|
||||
|
|
Reference in New Issue