me
/
guix
Archived
1
0
Fork 0

gnu: r-topgo: Update to 2.46.0.

* gnu/packages/bioconductor.scm (r-topgo): Update to 2.46.0.
master
Ricardo Wurmus 2021-11-04 22:04:09 +00:00
parent 442a355026
commit bb69853f89
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4485,13 +4485,13 @@ annotation infrastructure.")
(define-public r-topgo
(package
(name "r-topgo")
(version "2.44.0")
(version "2.46.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "topGO" version))
(sha256
(base32
"1ggi7yrhkyi85p3sfj3yd95n9mzq1xpff28ixa4dl9yzasks1v5a"))))
"01vykf8bzwm2k7cfj09r6il6qaycjy10wpaxbn13f21p66r5nlm2"))))
(properties
`((upstream-name . "topGO")))
(build-system r-build-system)