me
/
guix
Archived
1
0
Fork 0

gnu: r-webbioc: Update to 1.70.0.

* gnu/packages/bioconductor.scm (r-webbioc): Update to 1.70.0.
master
zimoun 2022-11-17 03:50:23 +01:00 committed by Ricardo Wurmus
parent 75ca7d19fd
commit 36edd2b288
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11976,14 +11976,14 @@ widgets in R.")
(define-public r-webbioc
(package
(name "r-webbioc")
(version "1.68.0")
(version "1.70.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "webbioc" version))
(sha256
(base32
"1g3srxsa2fqcn3r4wz4y19fwjmw3vawlcvdw6lbjdnvbgcafq1ah"))))
"1mgag0gjavpld4xxlpfafq6fhzjafxgqyf677xrm6ff26z6z1ja2"))))
(build-system r-build-system)
(inputs
(list netpbm perl))