guix-commits
[Top][All Lists]
Advanced

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

129/215: gnu: r-ctc: Update to 1.58.0.


From: guix-commits
Subject: 129/215: gnu: r-ctc: Update to 1.58.0.
Date: Sun, 5 May 2019 18:15:53 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7a5d729af1b1daf1ae5e90246f34e548a2ec7b98
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:56:09 2019 +0200

    gnu: r-ctc: Update to 1.58.0.
    
    * gnu/packages/bioconductor.scm (r-ctc): Update to 1.58.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 09b19b7..81e9ac9 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1499,14 +1499,14 @@ information and producing various plots and 
statistics.")
 (define-public r-ctc
   (package
     (name "r-ctc")
-    (version "1.56.0")
+    (version "1.58.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ctc" version))
        (sha256
         (base32
-         "0yp7c0abk48jx1wf8n1gawh7dm15idahqc8va24v8cm0bzxgnmh2"))))
+         "15n5b6i18x14km5rdqiydxcak5cr5dr3adwwwc5kcqf5gkwmi3am"))))
     (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]