me
/
guix
Archived
1
0
Fork 0

gnu: r-hsmmsinglecell: Use bioconductor-uri.

* gnu/packages/bioconductor.scm (r-hsmmsinglecell)[source]: Use
bioconductor-uri.
master
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
1 changed files with 1 additions and 5 deletions

View File

@ -806,11 +806,7 @@ from Illumina 450k methylation arrays.")
(version "1.2.0") (version "1.2.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
;; We cannot use bioconductor-uri here because this tarball is (uri (bioconductor-uri "HSMMSingleCell" version 'experiment))
;; located under "data/experiment/" instead of "bioc/".
(uri (string-append "https://www.bioconductor.org/packages/"
"release/data/experiment/src/contrib/"
"HSMMSingleCell_" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1vxnr8gr6md85g39csy7g2sqqajiqgyvznys2qa9yixd2b01yph9")))) "1vxnr8gr6md85g39csy7g2sqqajiqgyvznys2qa9yixd2b01yph9"))))