gnu: r-seurat: Update to 4.2.0.
authorRicardo Wurmus <rekado@elephly.net>
Thu, 27 Oct 2022 13:03:01 +0000 (15:03 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Thu, 27 Oct 2022 13:03:21 +0000 (15:03 +0200)
* gnu/packages/cran.scm (r-seurat): Update to 4.2.0.

gnu/packages/cran.scm

index c0514d5..72ac1a5 100644 (file)
@@ -30609,13 +30609,13 @@ other R users.")
 (define-public r-seurat
   (package
     (name "r-seurat")
-    (version "4.1.1")
+    (version "4.2.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "Seurat" version))
               (sha256
                (base32
-                "1klamxk6dj0jgpfwll5frcnj9h8lh8c5fxdn9ky7h8xk35lsj6i0"))))
+                "1vzb2k21nnzlky5dbf586wnixffz7wc9ncrpbgdw8md2kcmd58r2"))))
     (properties `((upstream-name . "Seurat")))
     (build-system r-build-system)
     (propagated-inputs