gnu: r-breakpointrdata: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-breakpointrdata): Update to 1.22.0. Change-Id: I111126dae913bd01e5a3f87551108e6ba1733b89master
parent
9d1c351076
commit
0e2bfbce09
|
@ -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))
|
||||||
|
|
Reference in New Issue