guix-commits
[Top][All Lists]
Advanced

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

91/151: gnu: r-topgo: Update to 2.34.0.


From: Ricardo Wurmus
Subject: 91/151: gnu: r-topgo: Update to 2.34.0.
Date: Wed, 7 Nov 2018 06:28:52 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 44fa14dfa38ca5dc2c84d3c79e38cb7d2595e707
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 12:06:06 2018 +0100

    gnu: r-topgo: Update to 2.34.0.
    
    * gnu/packages/bioinformatics.scm (r-topgo): Update to 2.34.0.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 17845cf..9b36603 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7925,13 +7925,13 @@ information about the latest version of the Gene 
Ontologies.")
 (define-public r-topgo
   (package
     (name "r-topgo")
-    (version "2.32.0")
+    (version "2.34.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "topGO" version))
               (sha256
                (base32
-                "05yxnkid8bgw9lkm90if9fg63djhgvbailfa3qsfqa5c0zjmixw1"))))
+                "1j1jcd16j564kr6qz28140fzmnh9xasi84v1c1fi98sqv30zq9bh"))))
     (properties
      `((upstream-name . "topGO")))
     (build-system r-build-system)



reply via email to

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