mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: r-webbioc: Update to 1.56.0.
* gnu/packages/bioconductor.scm (r-webbioc): Update to 1.56.0.
This commit is contained in:
parent
c881b9ef3a
commit
67bc9255d5
1 changed files with 2 additions and 2 deletions
|
@ -4184,14 +4184,14 @@ (define-public r-widgettools
|
||||||
(define-public r-webbioc
|
(define-public r-webbioc
|
||||||
(package
|
(package
|
||||||
(name "r-webbioc")
|
(name "r-webbioc")
|
||||||
(version "1.54.0")
|
(version "1.56.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
|
||||||
"16n6wc9q51wfpmh9y77p53sqdqdd8pn50c67vf6h4n7gv5wgnpwi"))))
|
"0ilrwzbk0v41p6hwng7jmr3hwwb4skdcjqml1mc3xmh99lcvw8hz"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("netpbm" ,netpbm)
|
`(("netpbm" ,netpbm)
|
||||||
|
|
Loading…
Reference in a new issue