gnu: r-webbioc: Update to 1.72.0.

* gnu/packages/bioconductor.scm (r-webbioc): Update to 1.72.0.
This commit is contained in:
Ricardo Wurmus 2023-04-28 19:01:10 +02:00
parent 58a016c5b2
commit f8add36afb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14331,14 +14331,14 @@ (define-public r-widgettools
(define-public r-webbioc
(package
(name "r-webbioc")
(version "1.70.0")
(version "1.72.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "webbioc" version))
(sha256
(base32
"1mgag0gjavpld4xxlpfafq6fhzjafxgqyf677xrm6ff26z6z1ja2"))))
"0z2sixzs0rwdwdhxs5mqzghgiw4g64l8p9ag5lw289bzs4c4kqnd"))))
(build-system r-build-system)
(inputs
(list netpbm perl))