gnu: r-cner: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-cner): Update to 1.38.0. Change-Id: I8907fcc16b67330e76c5d3bd050d594f07924e8a
This commit is contained in:
parent
d8aa22981d
commit
3e271e4d71
1 changed files with 2 additions and 2 deletions
|
@ -20703,13 +20703,13 @@ (define-public r-beaddatapackr
|
|||
(define-public r-cner
|
||||
(package
|
||||
(name "r-cner")
|
||||
(version "1.36.0")
|
||||
(version "1.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "CNEr" version))
|
||||
(sha256
|
||||
(base32 "04arfcr2ay71hyy0xsh6jzappmcnnzfr1nyj1l7dqhhhk81ksjfd"))))
|
||||
(base32 "0kpz15l3yz26s2kskxk4093313c7vwi131y24wbpcdahicpqys2m"))))
|
||||
(properties `((upstream-name . "CNEr")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list zlib))
|
||||
|
|
Loading…
Reference in a new issue