[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: r-seuratobject: Update to 5.0.2.
From: |
guix-commits |
Subject: |
02/03: gnu: r-seuratobject: Update to 5.0.2. |
Date: |
Wed, 8 May 2024 09:52:55 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 52990b43e108ebbabd5da8f137e52f1516754e63
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 8 15:51:45 2024 +0200
gnu: r-seuratobject: Update to 5.0.2.
* gnu/packages/cran.scm (r-seuratobject): Update to 5.0.2.
Change-Id: I5fef014a90c2b8cf709bfa07f96cd9757059c0fa
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 05dde2833b..2e4846fe29 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -37235,14 +37235,14 @@ data to rasters. It speeds up plotting of data with
millions of points.")
(define-public r-seuratobject
(package
(name "r-seuratobject")
- (version "5.0.1")
+ (version "5.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "SeuratObject" version))
(sha256
(base32
- "0hgrymldcqja40prr23gwx1c7lvwjjwcla3dld6x8wzkzqh1gkjs"))))
+ "1kx0icqzjck7vynxj5962sz9zlassia4j32azr9y7ds5yhhhvlyy"))))
(properties `((upstream-name . "SeuratObject")))
(build-system r-build-system)
(propagated-inputs