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:
Ricardo Wurmus 2023-11-03 17:19:07 +01:00
parent d8aa22981d
commit 3e271e4d71
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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))