gnu: r-cner: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-cner): Update to 1.34.0.
This commit is contained in:
parent
6dfa3f50b9
commit
6dc8ec0358
1 changed files with 2 additions and 2 deletions
|
@ -15918,13 +15918,13 @@ matrices.")
|
||||||
(define-public r-cner
|
(define-public r-cner
|
||||||
(package
|
(package
|
||||||
(name "r-cner")
|
(name "r-cner")
|
||||||
(version "1.32.0")
|
(version "1.34.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "CNEr" version))
|
(uri (bioconductor-uri "CNEr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05zvr5fv8nprxqh2wvvrlf737dq242i20p1rpyqjaxihl6xl62kq"))))
|
(base32 "15y27ca14fdhn2prqgkyikff7p7490xn0bp2c7cnwhw173mm1syw"))))
|
||||||
(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