me
/
guix
Archived
1
0
Fork 0

gnu: r-anota: Update to 1.44.0.

* gnu/packages/bioconductor.scm (r-anota): Update to 1.44.0.
master
Ricardo Wurmus 2022-05-28 12:44:58 +02:00
parent 50bad20ace
commit dde65de5d3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

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))