guix-commits
[Top][All Lists]
Advanced

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

56/449: gnu: r-debcam: Update to 1.16.0.


From: guix-commits
Subject: 56/449: gnu: r-debcam: Update to 1.16.0.
Date: Tue, 22 Nov 2022 15:46:49 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit 2d6ce6e7261fea7c4bdff2017da1f65d76fa233c
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:06 2022 +0100

    gnu: r-debcam: Update to 1.16.0.
    
    * gnu/packages/bioconductor.scm (r-debcam): Update to 1.16.0.
---
 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 6c1e63b510..88f29c9244 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3232,13 +3232,13 @@ set analyses, and can deal with repeated or 
longitudinal data.")
 (define-public r-debcam
   (package
     (name "r-debcam")
-    (version "1.14.0")
+    (version "1.16.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "debCAM" version))
               (sha256
                (base32
-                "1ynz57kkxl8nx80zhh1vhhydqb5n6r9d7p69f0k9nj8rp4hdgng7"))))
+                "09dm861adbxdy3ncfdxq46wjr4hpn56c66n64xm9gwzkzsrxyc2a"))))
     (properties `((upstream-name . "debCAM")))
     (build-system r-build-system)
     (inputs (list openjdk))



reply via email to

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