guix-commits
[Top][All Lists]
Advanced

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

442/449: gnu: r-tricycle: Update to 1.6.0.


From: guix-commits
Subject: 442/449: gnu: r-tricycle: Update to 1.6.0.
Date: Tue, 22 Nov 2022 15:48:10 -0500 (EST)

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

commit 5a044bd33356567159d66d8f98d557aec977e242
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:35 2022 +0100

    gnu: r-tricycle: Update to 1.6.0.
    
    * gnu/packages/bioconductor.scm (r-tricycle): Update to 1.6.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 1bfb13b100..98c96747d3 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -18176,13 +18176,13 @@ starburst plots) in order to easily develop complete 
analysis pipelines.")
 (define-public r-tricycle
   (package
     (name "r-tricycle")
-    (version "1.4.0")
+    (version "1.6.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "tricycle" version))
               (sha256
                (base32
-                "0bjkajcz6xcfak6071d0ihakrvgf7s0pmkn6vqkjd6yxbfld7zln"))))
+                "0b5agqhywg23zxf0f9s1vfbzs7s7ijf9c716s7hwjprxfdz5znvw"))))
     (properties `((upstream-name . "tricycle")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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