gnu: r-cytolib: Update to 2.16.0.
* gnu/packages/bioconductor.scm (r-cytolib): Update to 2.16.0. Change-Id: I66bc6871d7031229ee64765732cee003283b0d19
This commit is contained in:
parent
ebee8425fb
commit
f3fca2f140
1 changed files with 2 additions and 2 deletions
|
@ -18710,14 +18710,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.14.1")
|
(version "2.16.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
|
||||||
"1kagik93ddcl3m1i2bqzzlh18lbxywfn3pxmp47p45kayzxzldrf"))))
|
"0nrj892jihi4fv58si3il42s0vyz3gm4gmb65kidkky63gmsy6iq"))))
|
||||||
(properties `((upstream-name . "cytolib")))
|
(properties `((upstream-name . "cytolib")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list openblas protobuf zlib))
|
(inputs (list openblas protobuf zlib))
|
||||||
|
|
Reference in a new issue