me
/
guix
Archived
1
0
Fork 0

gnu: r-scmap: Update to 1.26.0.

* gnu/packages/bioconductor.scm (r-scmap): Update to 1.26.0.

Change-Id: I8ca259c16274a11e5767e3d652394144418cb91b
master
Ricardo Wurmus 2024-05-07 12:59:18 +02:00
parent 23dd82f6d0
commit 0ddc2665e0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions
gnu/packages

View File

@ -11121,13 +11121,13 @@ method applicable to massive single-cell datasets (>10,000 cells).")
(define-public r-scmap
(package
(name "r-scmap")
(version "1.24.0")
(version "1.26.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "scmap" version))
(sha256
(base32 "1sd5ixs8fbiqqp1p4p505l1f0lncmagkhzh4xrk8wrca6db6k6d8"))))
(base32 "0acy3sg4j36znsfxpkb190wbawbngx15cr5x2lhgrjivvw3637x1"))))
(properties `((upstream-name . "scmap")))
(build-system r-build-system)
(propagated-inputs