mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-topgo: Update to 2.48.0.
* gnu/packages/bioconductor.scm (r-topgo): Update to 2.48.0.
This commit is contained in:
parent
de403d02ad
commit
47cdb42840
1 changed files with 2 additions and 2 deletions
|
@ -5541,13 +5541,13 @@ (define-public r-systempiper
|
|||
(define-public r-topgo
|
||||
(package
|
||||
(name "r-topgo")
|
||||
(version "2.46.0")
|
||||
(version "2.48.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "topGO" version))
|
||||
(sha256
|
||||
(base32
|
||||
"01vykf8bzwm2k7cfj09r6il6qaycjy10wpaxbn13f21p66r5nlm2"))))
|
||||
"125r42ymk1irjmwk4sywjkcshs71s26p3zsvryfdvf56k5w162v6"))))
|
||||
(properties
|
||||
`((upstream-name . "topGO")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue