me
/
guix
Archived
1
0
Fork 0

gnu: r-copynumber: Update to 1.38.0.

* gnu/packages/bioconductor.scm (r-copynumber): Update to 1.38.0.
master
zimoun 2022-11-17 03:50:17 +01:00 committed by Ricardo Wurmus
parent c7f24274bf
commit 3a731c1b28
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9009,13 +9009,13 @@ sequencing data.")
(define-public r-copynumber
(package
(name "r-copynumber")
(version "1.36.0")
(version "1.38.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "copynumber" version))
(sha256
(base32
"1gr8q9ri49x8qlmbsi6k6wcak1w9v48wr1qy7axc86brzx6z6mhd"))))
"1a664bllaq9pbb5cpd01j919qirylvnm8qd49lwlz89jvqjdri19"))))
(build-system r-build-system)
(propagated-inputs
(list r-s4vectors r-iranges r-genomicranges r-biocgenerics))