mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-copynumber: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-copynumber): Update to 1.30.0.
This commit is contained in:
parent
ff4d080422
commit
43d8db0462
1 changed files with 2 additions and 2 deletions
|
@ -2663,13 +2663,13 @@ (define-public r-chipexoqual
|
|||
(define-public r-copynumber
|
||||
(package
|
||||
(name "r-copynumber")
|
||||
(version "1.28.0")
|
||||
(version "1.30.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "copynumber" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1b7v6xijpi2mir49cf83gpadhxm5pnbs6d8q8qga7y06hn9jx6my"))))
|
||||
"00fyfy3kpz33v1hqisd5m5xdazwjmjrfj8ssbf6p9m3am2ar23gm"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-s4vectors" ,r-s4vectors)
|
||||
|
|
Loading…
Reference in a new issue