gnu: r-webbioc: Update to 1.60.0.
* gnu/packages/bioconductor.scm (r-webbioc): Update to 1.60.0.
This commit is contained in:
parent
08c4d31400
commit
620cc4d976
1 changed files with 2 additions and 2 deletions
|
@ -5174,14 +5174,14 @@ widgets in R.")
|
||||||
(define-public r-webbioc
|
(define-public r-webbioc
|
||||||
(package
|
(package
|
||||||
(name "r-webbioc")
|
(name "r-webbioc")
|
||||||
(version "1.58.0")
|
(version "1.60.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "webbioc" version))
|
(uri (bioconductor-uri "webbioc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cwrmvh1l603k6j1r425c4vrqp0zf0x7bgx7y1wnbq4r7yc5sp62"))))
|
"16376ya5a5x2hwkl1v9y4r7np1drdwm912knnqg2dn90zmrdwr5f"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("netpbm" ,netpbm)
|
`(("netpbm" ,netpbm)
|
||||||
|
|
Reference in a new issue