mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 15:02:55 +01:00
gnu: r-topgo: Update to 2.44.0.
* gnu/packages/bioconductor.scm (r-topgo): Update to 2.44.0.
This commit is contained in:
parent
7728c5909f
commit
ad6ba3de65
1 changed files with 2 additions and 2 deletions
|
@ -4373,13 +4373,13 @@ annotation infrastructure.")
|
|||
(define-public r-topgo
|
||||
(package
|
||||
(name "r-topgo")
|
||||
(version "2.42.0")
|
||||
(version "2.44.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "topGO" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vr3l9gvd3dhy446k3fkj6rm7z1abxi56rbnrs64297yzxaz1ngl"))))
|
||||
"1ggi7yrhkyi85p3sfj3yd95n9mzq1xpff28ixa4dl9yzasks1v5a"))))
|
||||
(properties
|
||||
`((upstream-name . "topGO")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Add table
Reference in a new issue