gnu: r-cner: Update to 1.36.0.

* gnu/packages/bioconductor.scm (r-cner): Update to 1.36.0.
This commit is contained in:
Ricardo Wurmus 2023-04-28 19:01:32 +02:00
parent b9b6c29a75
commit 5ab3d66ffc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -18421,13 +18421,13 @@ performs copy number calculations and reports.")
(define-public r-cner
(package
(name "r-cner")
(version "1.34.0")
(version "1.36.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "CNEr" version))
(sha256
(base32 "15y27ca14fdhn2prqgkyikff7p7490xn0bp2c7cnwhw173mm1syw"))))
(base32 "04arfcr2ay71hyy0xsh6jzappmcnnzfr1nyj1l7dqhhhk81ksjfd"))))
(properties `((upstream-name . "CNEr")))
(build-system r-build-system)
(inputs (list zlib))