guix-commits
[Top][All Lists]
Advanced

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

01/39: gnu: r-ancombc: Update to 2.0.2.


From: guix-commits
Subject: 01/39: gnu: r-ancombc: Update to 2.0.2.
Date: Tue, 20 Dec 2022 06:11:49 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 64ed2e8380eff18628c03a75a5fcdbb383e6f38a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 19 22:59:44 2022 +0100

    gnu: r-ancombc: Update to 2.0.2.
    
    * gnu/packages/bioconductor.scm (r-ancombc): Update to 2.0.2.
---
 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 29768dc7c2..11d5a3c0cb 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2334,13 +2334,13 @@ analysis, modelling, and visualization of spike-in 
controls.")
 (define-public r-ancombc
   (package
     (name "r-ancombc")
-    (version "2.0.1")
+    (version "2.0.2")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "ANCOMBC" version))
               (sha256
                (base32
-                "1bwzvi6j3s66dcll1lb4xy25j4nfn1ln6mc3flh0wgy13l26x8m6"))))
+                "0dlinv4vhxgni8ygzvfw8pbc6d1v9x5chhrpxblhs2c65bkgyxz5"))))
     (properties `((upstream-name . "ANCOMBC")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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