gnu: r-all: Use bioconductor-uri.
* gnu/packages/bioconductor.scm (r-all)[source]: Use bioconductor-uri.master
parent
545e67ac03
commit
41728d234b
|
@ -835,11 +835,7 @@ resulting in a complete gene expression profile for each cell.")
|
||||||
(version "1.26.0")
|
(version "1.26.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; We cannot use bioconductor-uri here because this tarball is
|
(uri (bioconductor-uri "ALL" version 'experiment))
|
||||||
;; located under "data/experiment/" instead of "bioc/".
|
|
||||||
(uri (string-append "https://www.bioconductor.org/packages/"
|
|
||||||
"release/data/experiment/src/contrib/"
|
|
||||||
"ALL_" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z7kpjw4ndj6fkxwvhqf3gawhrn26ksrlns7j2c78qzxqmjndik9"))))
|
"1z7kpjw4ndj6fkxwvhqf3gawhrn26ksrlns7j2c78qzxqmjndik9"))))
|
||||||
|
|
Reference in New Issue