me
/
guix
Archived
1
0
Fork 0

gnu: r-anota: Update to 1.52.0.

* gnu/packages/bioconductor.scm (r-anota): Update to 1.52.0.

Change-Id: I31b0c1073f1b00b3b5d37cf7660edfd0660e4510
master
Ricardo Wurmus 2024-05-07 13:06:52 +02:00
parent 0e31943e5e
commit 3187bbde7b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16064,14 +16064,14 @@ sets of GO terms, gene products and gene clusters.")
(define-public r-anota
(package
(name "r-anota")
(version "1.50.0")
(version "1.52.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "anota" version))
(sha256
(base32
"1b1r7jwilwvl89fw3rqascyhy8wnm8y81lnx85pwjk55ld56jlb1"))))
"1pg9p6982901k08iqpk0cdb9hii3k7bci9gq6an711r8a4iy3lmc"))))
(build-system r-build-system)
(propagated-inputs
(list r-multtest r-qvalue))