guix-commits
[Top][All Lists]
Advanced

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

38/323: gnu: r-ctc: Update to 1.64.0.


From: guix-commits
Subject: 38/323: gnu: r-ctc: Update to 1.64.0.
Date: Mon, 7 Dec 2020 15:12:48 -0500 (EST)

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

commit bfa888ad17e0025df55c0408feb08bdb35c141a0
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:48:36 2020 +0100

    gnu: r-ctc: Update to 1.64.0.
    
    * gnu/packages/bioconductor.scm (r-ctc): Update to 1.64.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 773cba7..e5235d6 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2254,14 +2254,14 @@ information and producing various plots and 
statistics.")
 (define-public r-ctc
   (package
     (name "r-ctc")
-    (version "1.62.0")
+    (version "1.64.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ctc" version))
        (sha256
         (base32
-         "0lv126xj092hps3f3dsv7hasdyy26wcx8npl9idq2l4h9addk6v6"))))
+         "1nwlphbfba3w8ixck02k5c84qm4flnp9fd68li0jn5a08qi9gmyp"))))
     (build-system r-build-system)
     (propagated-inputs `(("r-amap" ,r-amap)))
     (home-page "https://bioconductor.org/packages/ctc/";)



reply via email to

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