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 (define-public r-anota
(package (package
(name "r-anota") (name "r-anota")
(version "1.42.0") (version "1.44.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "anota" version)) (uri (bioconductor-uri "anota" version))
(sha256 (sha256
(base32 (base32
"0agvcpb3lr9v55h53ywf662gpxayivxacv8dcm526cc8i8hdqa9f")))) "1x75r5znl8jllqsgzpxsqj62ch11bpwhmyzmbjmb8sz8f8ww923c"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-multtest r-qvalue)) (list r-multtest r-qvalue))