guix-commits
[Top][All Lists]
Advanced

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

184/265: gnu: r-cicero: Update to 1.4.0.


From: guix-commits
Subject: 184/265: gnu: r-cicero: Update to 1.4.0.
Date: Sun, 15 Dec 2019 09:40:34 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 42b06298efbda1ff10c904a04413ecc4d4552403
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:20:09 2019 +0100

    gnu: r-cicero: Update to 1.4.0.
    
    * gnu/packages/bioconductor.scm (r-cicero): Update to 1.4.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 d34963e..cc17d65 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5827,14 +5827,14 @@ genes in the gene-set that are ranked above the leading 
edge).")
 (define-public r-cicero
   (package
     (name "r-cicero")
-    (version "1.2.0")
+    (version "1.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "cicero" version))
        (sha256
         (base32
-         "0f15l8zrh7l7nnvznb66116hvfk15djb9q240vbscm2w0y5fvkcr"))))
+         "0mmm7vvzq50b5fayid0bw82b5lar3xm9fwl2ya30q0p4db2y6wnz"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-assertthat" ,r-assertthat)



reply via email to

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