me
/
guix
Archived
1
0
Fork 0

gnu: r-anota: Update to 1.46.0.

* gnu/packages/bioconductor.scm (r-anota): Update to 1.46.0.
master
zimoun 2022-11-17 03:50:19 +01:00 committed by Ricardo Wurmus
parent 9171e09d37
commit 368fdb0850
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10346,14 +10346,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))