mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: r-webbioc: Update to 1.58.0.
* gnu/packages/bioconductor.scm (r-webbioc): Update to 1.58.0.
This commit is contained in:
parent
18b93e0350
commit
316bcd07a8
1 changed files with 2 additions and 2 deletions
|
@ -4625,14 +4625,14 @@ (define-public r-widgettools
|
|||
(define-public r-webbioc
|
||||
(package
|
||||
(name "r-webbioc")
|
||||
(version "1.56.0")
|
||||
(version "1.58.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "webbioc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ilrwzbk0v41p6hwng7jmr3hwwb4skdcjqml1mc3xmh99lcvw8hz"))))
|
||||
"1cwrmvh1l603k6j1r425c4vrqp0zf0x7bgx7y1wnbq4r7yc5sp62"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("netpbm" ,netpbm)
|
||||
|
|
Loading…
Reference in a new issue