gnu: r-cner: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-cner): Update to 1.36.0.
This commit is contained in:
parent
b9b6c29a75
commit
5ab3d66ffc
1 changed files with 2 additions and 2 deletions
|
|
@ -18421,13 +18421,13 @@ performs copy number calculations and reports.")
|
||||||
(define-public r-cner
|
(define-public r-cner
|
||||||
(package
|
(package
|
||||||
(name "r-cner")
|
(name "r-cner")
|
||||||
(version "1.34.0")
|
(version "1.36.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "CNEr" version))
|
(uri (bioconductor-uri "CNEr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "15y27ca14fdhn2prqgkyikff7p7490xn0bp2c7cnwhw173mm1syw"))))
|
(base32 "04arfcr2ay71hyy0xsh6jzappmcnnzfr1nyj1l7dqhhhk81ksjfd"))))
|
||||||
(properties `((upstream-name . "CNEr")))
|
(properties `((upstream-name . "CNEr")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list zlib))
|
(inputs (list zlib))
|
||||||
|
|
|
||||||
Reference in a new issue