guix-commits
[Top][All Lists]
Advanced

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

253/265: gnu: r-anota: Update to 1.34.0.


From: guix-commits
Subject: 253/265: gnu: r-anota: Update to 1.34.0.
Date: Sun, 15 Dec 2019 09:40:48 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5ed767521c47cca56fb8d5ef06609673bb4d49c5
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:36:23 2019 +0100

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



reply via email to

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