gnu: r-webbioc: Update to 1.64.0.
* gnu/packages/bioconductor.scm (r-webbioc): Update to 1.64.0.master
parent
3a7ad7fb8a
commit
34137c2145
|
@ -8618,14 +8618,14 @@ widgets in R.")
|
||||||
(define-public r-webbioc
|
(define-public r-webbioc
|
||||||
(package
|
(package
|
||||||
(name "r-webbioc")
|
(name "r-webbioc")
|
||||||
(version "1.62.0")
|
(version "1.64.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
|
||||||
"1nnmr4ddi07x7sy89fgdn7iwz5k4l8n5ca3xjnlbpwxycza793vj"))))
|
"1mpdw477j78s2nvlf2lzm6mdjcpamyyazjn060h9q3apawn6zajx"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("netpbm" ,netpbm)
|
`(("netpbm" ,netpbm)
|
||||||
|
|
Reference in New Issue