me
/
guix
Archived
1
0
Fork 0

gnu: r-qtl: Use CRAN-URI.

* gnu/packages/cran.scm (r-qtl)[source]: Use CRAN-URI instead of explicit
mirror URL.
master
Ricardo Wurmus 2020-09-11 22:02:22 +02:00
parent 1e8bfc4cf9
commit dbef55b7aa
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -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"))))