mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: r-webbioc: Update to 1.72.0.
* gnu/packages/bioconductor.scm (r-webbioc): Update to 1.72.0.
This commit is contained in:
parent
58a016c5b2
commit
f8add36afb
1 changed files with 2 additions and 2 deletions
|
@ -14331,14 +14331,14 @@ (define-public r-widgettools
|
||||||
(define-public r-webbioc
|
(define-public r-webbioc
|
||||||
(package
|
(package
|
||||||
(name "r-webbioc")
|
(name "r-webbioc")
|
||||||
(version "1.70.0")
|
(version "1.72.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
|
||||||
"1mgag0gjavpld4xxlpfafq6fhzjafxgqyf677xrm6ff26z6z1ja2"))))
|
"0z2sixzs0rwdwdhxs5mqzghgiw4g64l8p9ag5lw289bzs4c4kqnd"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list netpbm perl))
|
(list netpbm perl))
|
||||||
|
|
Loading…
Reference in a new issue