gnu: r-scmap: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-scmap): Update to 1.22.0.
This commit is contained in:
parent
70433802aa
commit
3cd53df25a
1 changed files with 2 additions and 2 deletions
|
@ -8793,13 +8793,13 @@ method applicable to massive single-cell datasets (>10,000 cells).")
|
||||||
(define-public r-scmap
|
(define-public r-scmap
|
||||||
(package
|
(package
|
||||||
(name "r-scmap")
|
(name "r-scmap")
|
||||||
(version "1.20.2")
|
(version "1.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "scmap" version))
|
(uri (bioconductor-uri "scmap" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00zqvjfn1pqza5gl3jfr10fvcrq6gpw9hfjcxjsm4f5p7ldnhpw0"))))
|
(base32 "0mc1d2mw3fvd8vfiayifm9yrswdsp0syzjdsx4fivfxcxmjy22qp"))))
|
||||||
(properties `((upstream-name . "scmap")))
|
(properties `((upstream-name . "scmap")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue