guix-commits
[Top][All Lists]
Advanced

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

241/449: gnu: r-anota: Update to 1.46.0.


From: guix-commits
Subject: 241/449: gnu: r-anota: Update to 1.46.0.
Date: Tue, 22 Nov 2022 15:47:32 -0500 (EST)

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

commit 474258e6aa7f15c695b40e9f4bb0fcfa2d40ca22
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:19 2022 +0100

    gnu: r-anota: Update to 1.46.0.
    
    * gnu/packages/bioconductor.scm (r-anota): Update to 1.46.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 ba94657fce..00e0fc380f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10305,14 +10305,14 @@ sets of GO terms, gene products and gene clusters.")
 (define-public r-anota
   (package
     (name "r-anota")
-    (version "1.44.0")
+    (version "1.46.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "anota" version))
        (sha256
         (base32
-         "1x75r5znl8jllqsgzpxsqj62ch11bpwhmyzmbjmb8sz8f8ww923c"))))
+         "1a9xgcp48zjql6an3kiv8li4saw10k1dl7qzyyw84xvx856ilv97"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-multtest r-qvalue))



reply via email to

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