guix-commits
[Top][All Lists]
Advanced

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

164/356: gnu: r-anota: Update to 1.42.0.


From: guix-commits
Subject: 164/356: gnu: r-anota: Update to 1.42.0.
Date: Sun, 7 Nov 2021 18:11:34 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit bc406e02bb6253b55ffc01964c518211220d0a5c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:21 2021 +0000

    gnu: r-anota: Update to 1.42.0.
    
    * gnu/packages/bioconductor.scm (r-anota): Update to 1.42.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 de54c57..43e8d25 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7301,14 +7301,14 @@ sets of GO terms, gene products and gene clusters.")
 (define-public r-anota
   (package
     (name "r-anota")
-    (version "1.40.0")
+    (version "1.42.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "anota" version))
        (sha256
         (base32
-         "039bmcv5l44gszb6xapbihp3mfqdaaa8mfc05y702p78i7x93g5y"))))
+         "0agvcpb3lr9v55h53ywf662gpxayivxacv8dcm526cc8i8hdqa9f"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-multtest" ,r-multtest)



reply via email to

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