1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-24 12:14:08 +02:00

gnu: r-anota: Update to 1.44.0.

* gnu/packages/bioconductor.scm (r-anota): Update to 1.44.0.
This commit is contained in:
Ricardo Wurmus
2022-05-28 12:44:58 +02:00
parent 50bad20ace
commit dde65de5d3
+2 -2
View File
@@ -8454,14 +8454,14 @@ sets of GO terms, gene products and gene clusters.")
(define-public r-anota
(package
(name "r-anota")
(version "1.42.0")
(version "1.44.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "anota" version))
(sha256
(base32
"0agvcpb3lr9v55h53ywf662gpxayivxacv8dcm526cc8i8hdqa9f"))))
"1x75r5znl8jllqsgzpxsqj62ch11bpwhmyzmbjmb8sz8f8ww923c"))))
(build-system r-build-system)
(propagated-inputs
(list r-multtest r-qvalue))