~ruther/guix-local

52a3e818cf738394dceee6311d8ef0e09ebb6adc — Ricardo Wurmus a month ago 74ce686
gnu: r-seuratobject: Update to 5.3.0.

* gnu/packages/cran.scm (r-seuratobject): Update to 5.3.0.

Change-Id: Id948b1f2dc7946c68feb962f4ad666276675b90c
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 51551,14 51551,14 @@ data to rasters.  It speeds up plotting of data with millions of points.")
(define-public r-seuratobject
  (package
    (name "r-seuratobject")
    (version "5.2.0")
    (version "5.3.0")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "SeuratObject" version))
       (sha256
        (base32
         "0aqnzpmvkqynjjbj7jry6wpikz1rv72pdgikizsk0hli0cassp18"))))
         "0n4zalx8sz2knrbfs7ladk9fxgyr5varxxfn762dksbg3px5a0dg"))))
    (properties `((upstream-name . "SeuratObject")))
    (build-system r-build-system)
    (propagated-inputs