mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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 @@ (define-public r-beachmat
|
|||
(define-public r-cner
|
||||
(package
|
||||
(name "r-cner")
|
||||
(version "1.32.0")
|
||||
(version "1.34.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "CNEr" version))
|
||||
(sha256
|
||||
(base32 "05zvr5fv8nprxqh2wvvrlf737dq242i20p1rpyqjaxihl6xl62kq"))))
|
||||
(base32 "15y27ca14fdhn2prqgkyikff7p7490xn0bp2c7cnwhw173mm1syw"))))
|
||||
(properties `((upstream-name . "CNEr")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list zlib))
|
||||
|
|
Loading…
Reference in a new issue