guix-commits
[Top][All Lists]
Advanced

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

151/288: gnu: r-genie3: Update to 1.12.0.


From: guix-commits
Subject: 151/288: gnu: r-genie3: Update to 1.12.0.
Date: Thu, 19 Nov 2020 10:23:20 -0500 (EST)

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

commit 7a81e8a91a740aa70d6ad9e7b14a30b066972497
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:54:44 2020 +0100

    gnu: r-genie3: Update to 1.12.0.
    
    * gnu/packages/bioconductor.scm (r-genie3): Update to 1.12.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 9bb4e61..47b793d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6606,14 +6606,14 @@ cisTopics and explore the nature and regulatory 
proteins driving them.")
 (define-public r-genie3
   (package
     (name "r-genie3")
-    (version "1.10.0")
+    (version "1.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "GENIE3" version))
        (sha256
         (base32
-         "1bsm0gxracsyg1wnaw3whvskghfpbgbm9navr8wdmxj2hjp3dqs7"))))
+         "1z7qkv0cgdx2plhc7xdz6s7vwdjhzcdadi35wg3fl6xpids5njf5"))))
     (properties `((upstream-name . "GENIE3")))
     (build-system r-build-system)
     (propagated-inputs `(("r-reshape2" ,r-reshape2)))



reply via email to

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