gnu: r-breakpointr: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-breakpointr): Update to 1.20.0. Change-Id: I1598b330dbcf5b78ba9fc7623892870d1899233cmaster
parent
44765e6f2c
commit
c2460ad512
|
@ -4405,13 +4405,13 @@ packages.")
|
||||||
(define-public r-breakpointr
|
(define-public r-breakpointr
|
||||||
(package
|
(package
|
||||||
(name "r-breakpointr")
|
(name "r-breakpointr")
|
||||||
(version "1.18.0")
|
(version "1.20.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "breakpointR" version))
|
(uri (bioconductor-uri "breakpointR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"001n99lilymgqxmpi4v89gw60j1mx13rvppv1ff1pbnk1zcmg53n"))))
|
"1jhgimybc2ib201k6vs5nfyi1whpkkzn7nj562yhz74208fx793a"))))
|
||||||
(properties `((upstream-name . "breakpointR")))
|
(properties `((upstream-name . "breakpointR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue