gnu: r-hsmmsinglecell: Use bioconductor-uri.
* gnu/packages/bioconductor.scm (r-hsmmsinglecell)[source]: Use bioconductor-uri.
This commit is contained in:
parent
b86f77469b
commit
545e67ac03
1 changed files with 1 additions and 5 deletions
|
@ -806,11 +806,7 @@ (define-public r-hsmmsinglecell
|
|||
(version "1.2.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/"
|
||||
"HSMMSingleCell_" version ".tar.gz"))
|
||||
(uri (bioconductor-uri "HSMMSingleCell" version 'experiment))
|
||||
(sha256
|
||||
(base32
|
||||
"1vxnr8gr6md85g39csy7g2sqqajiqgyvznys2qa9yixd2b01yph9"))))
|
||||
|
|
Loading…
Reference in a new issue