me
/
guix
Archived
1
0
Fork 0

gnu: r-breakpointrdata: Update to 1.22.0.

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

Change-Id: I111126dae913bd01e5a3f87551108e6ba1733b89
master
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
1 changed files with 2 additions and 2 deletions

View File

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