guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: r-singler: Update to 2.4.1.


From: guix-commits
Subject: 05/05: gnu: r-singler: Update to 2.4.1.
Date: Thu, 11 Jan 2024 08:42:07 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 002102983f465587e2bab29ed9611f204ff16a7b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 11 14:41:23 2024 +0100

    gnu: r-singler: Update to 2.4.1.
    
    * gnu/packages/bioconductor.scm (r-singler): Update to 2.4.1.
    
    Change-Id: I9b914f8194cf3317a3102c03a2cb1970f0583d9e
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 5d0d697fc4..69e6677062 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -21410,13 +21410,13 @@ libraries.")
 (define-public r-singler
   (package
     (name "r-singler")
-    (version "2.4.0")
+    (version "2.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "SingleR" version))
        (sha256
-        (base32 "0s7m3qdbgrqaq93k6rvyj34h36kdjvppn9ilflrcaa5w498fzfhf"))))
+        (base32 "0zlv45diasff5ipxp99dddswclrzzdcmkqp278fm2cj7aibvb3sd"))))
     (properties `((upstream-name . "SingleR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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