guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

148/195: gnu: r-seuratobject: Update to 5.0.1.


From: guix-commits
Subject: 148/195: gnu: r-seuratobject: Update to 5.0.1.
Date: Fri, 15 Dec 2023 06:31:37 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit 1c8903b374e27a7e5aea365d9422018bd2251acf
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 12:17:06 2023 +0100

    gnu: r-seuratobject: Update to 5.0.1.
    
    * gnu/packages/cran.scm (r-seuratobject): Update to 5.0.1.
    
    Change-Id: I5fe5f13c9051ed926b67516bd531df1319bb492d
---
 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 80777dd7f5..878ac5c8b8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -36230,14 +36230,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.0")
+    (version "5.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "SeuratObject" version))
        (sha256
         (base32
-         "0wlr53cswq7a7zzzzkif82iy4xrrd2afz093b265kjlq4qxmzn9d"))))
+         "0hgrymldcqja40prr23gwx1c7lvwjjwcla3dld6x8wzkzqh1gkjs"))))
     (properties `((upstream-name . "SeuratObject")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]