gnu: r-webbioc: Update to 1.68.0.
* gnu/packages/bioconductor.scm (r-webbioc): Update to 1.68.0.master
parent
30b9b1774b
commit
6885db9d14
|
@ -10079,14 +10079,14 @@ widgets in R.")
|
||||||
(define-public r-webbioc
|
(define-public r-webbioc
|
||||||
(package
|
(package
|
||||||
(name "r-webbioc")
|
(name "r-webbioc")
|
||||||
(version "1.66.0")
|
(version "1.68.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
|
||||||
"1r3rjvfhqbbzdhlslnc86kr2iip3xgvr81zpvcr8xv9mysgrln17"))))
|
"1g3srxsa2fqcn3r4wz4y19fwjmw3vawlcvdw6lbjdnvbgcafq1ah"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list netpbm perl))
|
(list netpbm perl))
|
||||||
|
|
Reference in New Issue