me
/
guix
Archived
1
0
Fork 0

gnu: r-seuratobject: Update to 4.1.4.

* gnu/packages/cran.scm (r-seuratobject): Update to 4.1.4.
master
Ricardo Wurmus 2023-10-05 13:34:52 +02:00
parent 9703a303f6
commit f7b4b14d49
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -35555,14 +35555,14 @@ data to rasters. It speeds up plotting of data with millions of points.")
(define-public r-seuratobject
(package
(name "r-seuratobject")
(version "4.1.3")
(version "4.1.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "SeuratObject" version))
(sha256
(base32
"1lw6v5mwq0sngjr33j99r5h42kaxlbq271a51xzkcnhnyra2fpaq"))))
"1vqhad76hnr0l47klg56fniah4cvpzbkkl0j1cn9cp3rv6d69rvl"))))
(properties `((upstream-name . "SeuratObject")))
(build-system r-build-system)
(propagated-inputs