gnu: r-topgo: Update to 2.44.0.
* gnu/packages/bioconductor.scm (r-topgo): Update to 2.44.0.master
parent
7728c5909f
commit
ad6ba3de65
|
@ -4373,13 +4373,13 @@ annotation infrastructure.")
|
||||||
(define-public r-topgo
|
(define-public r-topgo
|
||||||
(package
|
(package
|
||||||
(name "r-topgo")
|
(name "r-topgo")
|
||||||
(version "2.42.0")
|
(version "2.44.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "topGO" version))
|
(uri (bioconductor-uri "topGO" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vr3l9gvd3dhy446k3fkj6rm7z1abxi56rbnrs64297yzxaz1ngl"))))
|
"1ggi7yrhkyi85p3sfj3yd95n9mzq1xpff28ixa4dl9yzasks1v5a"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "topGO")))
|
`((upstream-name . "topGO")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in New Issue