me
/
guix
Archived
1
0
Fork 0

gnu: r-scmap: Update to 1.22.1.

* gnu/packages/bioconductor.scm (r-scmap): Update to 1.22.1.
master
Ricardo Wurmus 2023-05-09 15:23:55 +02:00
parent 0fd93c81be
commit c70787f552
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8811,13 +8811,13 @@ method applicable to massive single-cell datasets (>10,000 cells).")
(define-public r-scmap
(package
(name "r-scmap")
(version "1.22.0")
(version "1.22.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "scmap" version))
(sha256
(base32 "0mc1d2mw3fvd8vfiayifm9yrswdsp0syzjdsx4fivfxcxmjy22qp"))))
(base32 "184dp319967ba9wx2g1v4rivwy3csr44s7in1jk91d5hwj28nk09"))))
(properties `((upstream-name . "scmap")))
(build-system r-build-system)
(propagated-inputs