guix-commits
[Top][All Lists]
Advanced

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

78/79: gnu: r-scuttle: Update to 1.10.1.


From: guix-commits
Subject: 78/79: gnu: r-scuttle: Update to 1.10.1.
Date: Tue, 9 May 2023 09:27:20 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0880f325b7f6b091af54b132cadc47dce9139e00
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 9 15:23:56 2023 +0200

    gnu: r-scuttle: Update to 1.10.1.
    
    * gnu/packages/bioconductor.scm (r-scuttle): Update to 1.10.1.
---
 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 b330e4d7e9..5e6ef2c296 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -18868,14 +18868,14 @@ cell types to infer the cell of origin of each single 
cell independently.")
 (define-public r-scuttle
   (package
     (name "r-scuttle")
-    (version "1.10.0")
+    (version "1.10.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "scuttle" version))
        (sha256
         (base32
-         "0jh9ldwpcsipykrdykm1inafxlk5h29h6n5nywn09j5g7zq4znz8"))))
+         "13207k7b9qrpcngk4vd3jhc3zz815anwci1dqgadjyn4c8ragmnj"))))
     (properties `((upstream-name . "scuttle")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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