mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: r-breakpointr: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-breakpointr): Update to 1.18.0.
This commit is contained in:
parent
cb191936d8
commit
084e990d2f
1 changed files with 2 additions and 2 deletions
|
@ -4110,13 +4110,13 @@ (define-public r-biocgenerics
|
|||
(define-public r-breakpointr
|
||||
(package
|
||||
(name "r-breakpointr")
|
||||
(version "1.16.0")
|
||||
(version "1.18.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "breakpointR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0j1f43lhgkapjyxlil9fflqh9nf3andhmvirdcv45y60wvljn4gx"))))
|
||||
"001n99lilymgqxmpi4v89gw60j1mx13rvppv1ff1pbnk1zcmg53n"))))
|
||||
(properties `((upstream-name . "breakpointR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue