mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-breakpointr: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-breakpointr): Update to 1.22.0. Change-Id: If1c9422eb8780bbeafb5054c5b0533411f40590d
This commit is contained in:
parent
94cb2cee11
commit
5ae5bc6a87
1 changed files with 2 additions and 2 deletions
|
@ -4960,13 +4960,13 @@ (define-public r-biocgenerics
|
|||
(define-public r-breakpointr
|
||||
(package
|
||||
(name "r-breakpointr")
|
||||
(version "1.20.0")
|
||||
(version "1.22.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "breakpointR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jhgimybc2ib201k6vs5nfyi1whpkkzn7nj562yhz74208fx793a"))))
|
||||
"0imbsqrslclvfyvc00sv6ngvl5hqlr6ian07v521m63ffpx6ll78"))))
|
||||
(properties `((upstream-name . "breakpointR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue