guix-commits
[Top][All Lists]
Advanced

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

30/39: gnu: r-scuttle: Update to 1.6.3.


From: guix-commits
Subject: 30/39: gnu: r-scuttle: Update to 1.6.3.
Date: Mon, 3 Oct 2022 13:08:56 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1527d2e9df7ddd83df5d2f40deaf549878cf22ae
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 3 18:20:58 2022 +0200

    gnu: r-scuttle: Update to 1.6.3.
    
    * gnu/packages/bioconductor.scm (r-scuttle): Update to 1.6.3.
---
 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 a3cfe16d17..5ccf327c21 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -14979,14 +14979,14 @@ cell types to infer the cell of origin of each single 
cell independently.")
 (define-public r-scuttle
   (package
     (name "r-scuttle")
-    (version "1.6.2")
+    (version "1.6.3")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "scuttle" version))
        (sha256
         (base32
-         "0nnmq3wf436xaw4arc4y3ldvn6ilsg52xzbccmid0icb8z3y2kzn"))))
+         "1w1jy5fqkp2d03lp84d49fsksnl0pcg0wgqyd49d5k1mipdw4671"))))
     (properties `((upstream-name . "scuttle")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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