me
/
guix
Archived
1
0
Fork 0

gnu: r-seurat: Update to 4.1.0.

* gnu/packages/cran.scm (r-seurat): Update to 4.1.0.
master
Ricardo Wurmus 2022-01-23 13:33:39 +01:00
parent 855790543d
commit 6b6b5f62c0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -28246,13 +28246,13 @@ other R users.")
(define-public r-seurat
(package
(name "r-seurat")
(version "4.0.6")
(version "4.1.0")
(source (origin
(method url-fetch)
(uri (cran-uri "Seurat" version))
(sha256
(base32
"15lja989mlr4ar5pk1bagbfwv1v9n9646vja4kahcghgkgrn15l9"))))
"0p9i3fnkqa3vranr7c7ckzp1kq42d7p0gcfi9ml4kr334yd84195"))))
(properties `((upstream-name . "Seurat")))
(build-system r-build-system)
(propagated-inputs