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 @@ of the analyses while minimizing technical noise.")
|
||||||
(define-public r-cytolib
|
(define-public r-cytolib
|
||||||
(package
|
(package
|
||||||
(name "r-cytolib")
|
(name "r-cytolib")
|
||||||
(version "2.8.0")
|
(version "2.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "cytolib" version))
|
(uri (bioconductor-uri "cytolib" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18b532sicca5l8sn334prrm7g1z1cakiwydccz4i833168pnsjyg"))))
|
"1y06x7z3p938kfvjx6zqab9hh1xzlrlhdxczyprx7lsd34ylz46n"))))
|
||||||
(properties `((upstream-name . "cytolib")))
|
(properties `((upstream-name . "cytolib")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue