gnu: r-arrmdata: Use bioconductor-uri.

* gnu/packages/bioconductor.scm (r-arrmdata)[source]: Use bioconductor-uri.
This commit is contained in:
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

View file

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