gnu: r-hsmmsinglecell: Use bioconductor-uri.

* gnu/packages/bioconductor.scm (r-hsmmsinglecell)[source]: Use
bioconductor-uri.
This commit is contained in:
Ricardo Wurmus 2019-12-04 09:36:15 +01:00
parent b86f77469b
commit 545e67ac03
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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