guix-commits
[Top][All Lists]
Advanced

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

166/215: gnu: r-anota: Update to 1.32.0.


From: guix-commits
Subject: 166/215: gnu: r-anota: Update to 1.32.0.
Date: Sun, 5 May 2019 18:16:01 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0a41b5db95a307a36d2386e4884608da89f824ed
Author: Ricardo Wurmus <address@hidden>
Date:   Mon May 6 00:02:18 2019 +0200

    gnu: r-anota: Update to 1.32.0.
    
    * gnu/packages/bioconductor.scm (r-anota): Update to 1.32.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 f02cbb8..e5f9ea8 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2801,14 +2801,14 @@ sets of GO terms, gene products and gene clusters.")
 (define-public r-anota
   (package
     (name "r-anota")
-    (version "1.30.0")
+    (version "1.32.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "anota" version))
        (sha256
         (base32
-         "182fp6dpws516y0igvwn6936higfqvy25haa0xs273f8aczr9cf0"))))
+         "0jchhyf9gqyj0k0fn5zp319griy32cckqpldq9x58z69l2ix2s2c"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-multtest" ,r-multtest)



reply via email to

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