gnu: r-copynumber: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-copynumber): Update to 1.34.0.
This commit is contained in:
parent
7c4992115c
commit
efb1b28f32
1 changed files with 2 additions and 2 deletions
|
@ -6068,13 +6068,13 @@ sequencing data.")
|
|||
(define-public r-copynumber
|
||||
(package
|
||||
(name "r-copynumber")
|
||||
(version "1.32.0")
|
||||
(version "1.34.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "copynumber" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03pvjzjrcsbjfw3855s3whfzin45vaipy7cahnj6fywdysvh8hps"))))
|
||||
"143ifvjkjz0392drm82xmpj1f8b5pc2dyyxyc9dkqmay8lf1n534"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-s4vectors" ,r-s4vectors)
|
||||
|
|
Reference in a new issue