gnu: r-breakpointrdata: Update to 1.22.0.

* gnu/packages/bioconductor.scm (r-breakpointrdata): Update to 1.22.0.

Change-Id: I111126dae913bd01e5a3f87551108e6ba1733b89
This commit is contained in:
Ricardo Wurmus 2024-05-07 12:32:20 +02:00
parent 9d1c351076
commit 0e2bfbce09
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1736,13 +1736,13 @@ (define-public r-biscuiteerdata
(define-public r-breakpointrdata
(package
(name "r-breakpointrdata")
(version "1.20.0")
(version "1.22.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "breakpointRdata" version 'experiment))
(sha256
(base32
"13w9vp436akpnywhsr6kz763c2yakrvpyiplggfb6w50wi2xm5xj"))))
"1hm190ji3s451x2hchmpyzx6v4n8p1n6fdqg7cbzmj19rzsb4wha"))))
(properties `((upstream-name . "breakpointRdata")))
(build-system r-build-system)
(native-inputs (list r-knitr))