1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 12:40:32 +02:00

gnu: r-breakpointr: Update to 1.18.0.

* gnu/packages/bioconductor.scm (r-breakpointr): Update to 1.18.0.
This commit is contained in:
Ricardo Wurmus
2023-04-28 17:59:47 +02:00
parent cb191936d8
commit 084e990d2f

View File

@@ -4110,13 +4110,13 @@ packages.")
(define-public r-breakpointr
(package
(name "r-breakpointr")
(version "1.16.0")
(version "1.18.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "breakpointR" version))
(sha256
(base32
"0j1f43lhgkapjyxlil9fflqh9nf3andhmvirdcv45y60wvljn4gx"))))
"001n99lilymgqxmpi4v89gw60j1mx13rvppv1ff1pbnk1zcmg53n"))))
(properties `((upstream-name . "breakpointR")))
(build-system r-build-system)
(propagated-inputs