me
/
guix
Archived
1
0
Fork 0

gnu: r-copynumber: Update to 1.34.0.

* gnu/packages/bioconductor.scm (r-copynumber): Update to 1.34.0.
master
Ricardo Wurmus 2021-11-04 22:04:16 +00:00
parent 7c4992115c
commit efb1b28f32
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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)