me
/
guix
Archived
1
0
Fork 0

gnu: r-anota: Update to 1.50.0.

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

Change-Id: Ie9b856c11a181edbf6b7d349a7cdc67eb201dbd0
master
Ricardo Wurmus 2023-11-03 17:18:48 +01:00
parent b3f89195e9
commit 520fc2a345
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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