me
/
guix
Archived
1
0
Fork 0

gnu: r-arrmdata: Use bioconductor-uri.

* gnu/packages/bioconductor.scm (r-arrmdata)[source]: Use bioconductor-uri.
master
Ricardo Wurmus 2019-12-04 09:35:59 +01:00
parent ced61edf5d
commit b86f77469b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 5 deletions

View File

@ -786,11 +786,7 @@ All datasets are restricted to protein coding genes.")
(version "1.18.0") (version "1.18.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
;; We cannot use bioconductor-uri here because this tarball is (uri (bioconductor-uri "ARRmData" version 'experiment))
;; located under "data/experiment/" instead of "bioc/".
(uri (string-append "https://www.bioconductor.org/packages/"
"release/data/experiment/src/contrib/"
"ARRmData_" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0r1y3zn7ly4k3ngx55vfavn9s6aidbddlv2fbmj7hj3hvpslmyly")))) "0r1y3zn7ly4k3ngx55vfavn9s6aidbddlv2fbmj7hj3hvpslmyly"))))