mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-cytolib: Update to 2.8.0.
* gnu/packages/bioconductor.scm (r-cytolib): Update to 2.8.0.
This commit is contained in:
parent
d44194e807
commit
3f7c9b93a2
1 changed files with 2 additions and 2 deletions
|
@ -10831,14 +10831,14 @@ (define-public r-cycombine
|
||||||
(define-public r-cytolib
|
(define-public r-cytolib
|
||||||
(package
|
(package
|
||||||
(name "r-cytolib")
|
(name "r-cytolib")
|
||||||
(version "2.6.2")
|
(version "2.8.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
|
||||||
"0ycr4wmkfi0rvzwicblkfjgppk72gwwpim0rfiz1s44lycsf4py5"))))
|
"18b532sicca5l8sn334prrm7g1z1cakiwydccz4i833168pnsjyg"))))
|
||||||
(properties `((upstream-name . "cytolib")))
|
(properties `((upstream-name . "cytolib")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue