me
/
guix
Archived
1
0
Fork 0

gnu: r-copynumber: Update to 1.36.0.

* gnu/packages/bioconductor.scm (r-copynumber): Update to 1.36.0.
master
Ricardo Wurmus 2022-05-28 12:44:54 +02:00
parent f8bab3c5e7
commit db8cb101d6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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