mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: r-copynumber: Update to 1.32.0.
* gnu/packages/bioconductor.scm (r-copynumber): Update to 1.32.0.
This commit is contained in:
parent
749cf40ecc
commit
ac27feed69
1 changed files with 2 additions and 2 deletions
|
@ -5924,13 +5924,13 @@ (define-public r-chipexoqual
|
|||
(define-public r-copynumber
|
||||
(package
|
||||
(name "r-copynumber")
|
||||
(version "1.30.0")
|
||||
(version "1.32.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "copynumber" version))
|
||||
(sha256
|
||||
(base32
|
||||
"00fyfy3kpz33v1hqisd5m5xdazwjmjrfj8ssbf6p9m3am2ar23gm"))))
|
||||
"03pvjzjrcsbjfw3855s3whfzin45vaipy7cahnj6fywdysvh8hps"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-s4vectors" ,r-s4vectors)
|
||||
|
|
Loading…
Reference in a new issue