mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: r-cytolib: Update to 2.10.0.
* gnu/packages/bioconductor.scm (r-cytolib): Update to 2.10.0.
This commit is contained in:
parent
944e48a861
commit
e6dc952cbb
1 changed files with 2 additions and 2 deletions
|
@ -12739,14 +12739,14 @@ (define-public r-cycombine
|
|||
(define-public r-cytolib
|
||||
(package
|
||||
(name "r-cytolib")
|
||||
(version "2.8.0")
|
||||
(version "2.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "cytolib" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18b532sicca5l8sn334prrm7g1z1cakiwydccz4i833168pnsjyg"))))
|
||||
"1y06x7z3p938kfvjx6zqab9hh1xzlrlhdxczyprx7lsd34ylz46n"))))
|
||||
(properties `((upstream-name . "cytolib")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue