diff options
author | Marcel Schilling <marcel.schilling@uni-luebeck.de> | 2021-06-18 17:22:06 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-07-01 16:37:33 +0300 |
commit | 7e2e14b866e31c9416c085e6190f4905e94b6f00 (patch) | |
tree | e28c9e3c00929111e3eaf20344a6fd417abe62d3 | |
parent | c6171420bf491ca5d3df6f5f70966dea9b55741b (diff) | |
download | guix-7e2e14b866e31c9416c085e6190f4905e94b6f00.tar.gz |
gnu: r-seurat: Update to 4.0.3.
* gnu/packages/cran.scm (r-seuratobject): Update to 4.0.2. (r-seurat): Update to 4.0.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-rw-r--r-- | gnu/packages/cran.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 0ad05cf0df..11864bd13c 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -33,6 +33,7 @@ ;;; Copyright © 2020 Magali Lemes <magalilemes00@gmail.com> ;;; Copyright © 2020 Simon Tournier <zimon.toutoune@gmail.com> ;;; Copyright © 2020 Aniket Patil <aniket112.patil@gmail.com> +;;; Copyright © 2021 Marcel Schilling <marcel.schilling@uni-luebeck.de> ;;; ;;; This file is part of GNU Guix. ;;; @@ -27541,14 +27542,14 @@ data to rasters. It speeds up plotting of data with millions of points.") (define-public r-seuratobject (package (name "r-seuratobject") - (version "4.0.1") + (version "4.0.2") (source (origin (method url-fetch) (uri (cran-uri "SeuratObject" version)) (sha256 (base32 - "0g32ivx7g64a1sbxc5ym1832wh14w22z025lzyasn8yn2769c1f9")))) + "076bd6xmpnspnz7raw03mfgknnygx79sj3c9q6yhpanc46i9gvk4")))) (properties `((upstream-name . "SeuratObject"))) (build-system r-build-system) (propagated-inputs @@ -27569,13 +27570,13 @@ other R users.") (define-public r-seurat (package (name "r-seurat") - (version "4.0.2") + (version "4.0.3") (source (origin (method url-fetch) (uri (cran-uri "Seurat" version)) (sha256 (base32 - "1b1wyj4dxjn0hfg09l8z282grdgwgah0czs7pn2ian455x0dphng")))) + "1jfzkqnk4r82ssyz6h51n2jybkdcjkpjdb2la6n2xqnfs2b8dnbm")))) (properties `((upstream-name . "Seurat"))) (build-system r-build-system) (propagated-inputs |