me
/
guix
Archived
1
0
Fork 0

gnu: r-anota: Update to 1.48.0.

* gnu/packages/bioconductor.scm (r-anota): Update to 1.48.0.
master
Ricardo Wurmus 2023-04-28 18:00:10 +02:00
parent 288da213c8
commit 2cbb845e7d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12666,14 +12666,14 @@ sets of GO terms, gene products and gene clusters.")
(define-public r-anota
(package
(name "r-anota")
(version "1.46.0")
(version "1.48.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "anota" version))
(sha256
(base32
"1a9xgcp48zjql6an3kiv8li4saw10k1dl7qzyyw84xvx856ilv97"))))
"0ic12p1qyfrmh3l1wv7s9yi8sr84crj4nksmcx0lybb6rak9gy0x"))))
(build-system r-build-system)
(propagated-inputs
(list r-multtest r-qvalue))