mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-topgo: Update to 2.42.0.
* gnu/packages/bioinformatics.scm (r-topgo): Update to 2.42.0.
This commit is contained in:
parent
26e2184fc1
commit
6a7de43a58
1 changed files with 2 additions and 2 deletions
|
@ -8500,13 +8500,13 @@ (define-public r-go-db
|
|||
(define-public r-topgo
|
||||
(package
|
||||
(name "r-topgo")
|
||||
(version "2.40.0")
|
||||
(version "2.42.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "topGO" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13rhbvn27sj75fklf1cnjaazacx8yyjlhqlnbp5zk157q6y5cwdr"))))
|
||||
"0vr3l9gvd3dhy446k3fkj6rm7z1abxi56rbnrs64297yzxaz1ngl"))))
|
||||
(properties
|
||||
`((upstream-name . "topGO")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue