guix-commits
[Top][All Lists]
Advanced

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

183/265: gnu: r-genie3: Update to 1.8.0.


From: guix-commits
Subject: 183/265: gnu: r-genie3: Update to 1.8.0.
Date: Sun, 15 Dec 2019 09:40:33 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 33ce50e322f4fbaf4b3af962e8298cceafa23806
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:20:01 2019 +0100

    gnu: r-genie3: Update to 1.8.0.
    
    * gnu/packages/bioconductor.scm (r-genie3): Update to 1.8.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 4ae1516..d34963e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5934,14 +5934,14 @@ cisTopics and explore the nature and regulatory 
proteins driving them.")
 (define-public r-genie3
   (package
     (name "r-genie3")
-    (version "1.6.0")
+    (version "1.8.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "GENIE3" version))
        (sha256
         (base32
-         "0lvrpw4xn7xyinmn13f65i0vkzfzwdj5y8gsa8vyy8kcn83d28fx"))))
+         "0p67lhgy3lb4nc958s51hx7rvgwhzwfic9xhpsrask40k43spv7l"))))
     (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]