me
/
guix
Archived
1
0
Fork 0

gnu: r-seurat: Update to 3.2.2.

* gnu/packages/cran.scm (r-seurat): Update to 3.2.2.
master
Ricardo Wurmus 2020-10-05 22:45:40 +02:00
parent affd027250
commit 2429ba0047
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -24448,13 +24448,13 @@ as allowing spectra with different resolutions.")
(define-public r-seurat
(package
(name "r-seurat")
(version "3.2.1")
(version "3.2.2")
(source (origin
(method url-fetch)
(uri (cran-uri "Seurat" version))
(sha256
(base32
"0jipc4xpmx56jzc31w6nsl77ah8x8wq7jclg2mxhjql4ixkwmz54"))))
"048vnj0c3mrwhr6yq3jqhgnkg68w99nj1ccsmgnd8rl694w26spj"))))
(properties `((upstream-name . "Seurat")))
(build-system r-build-system)
(propagated-inputs