gnu: r-breakpointr: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-breakpointr): Update to 1.22.0. Change-Id: If1c9422eb8780bbeafb5054c5b0533411f40590dmaster
parent
94cb2cee11
commit
5ae5bc6a87
|
@ -4960,13 +4960,13 @@ packages.")
|
||||||
(define-public r-breakpointr
|
(define-public r-breakpointr
|
||||||
(package
|
(package
|
||||||
(name "r-breakpointr")
|
(name "r-breakpointr")
|
||||||
(version "1.20.0")
|
(version "1.22.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
|
||||||
"1jhgimybc2ib201k6vs5nfyi1whpkkzn7nj562yhz74208fx793a"))))
|
"0imbsqrslclvfyvc00sv6ngvl5hqlr6ian07v521m63ffpx6ll78"))))
|
||||||
(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