me
/
guix
Archived
1
0
Fork 0

gnu: r-karyoploter: Update to 1.20.0.

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

View File

@ -6215,13 +6215,13 @@ gene and isoform level using RNA-seq data")
(define-public r-karyoploter
(package
(name "r-karyoploter")
(version "1.18.0")
(version "1.20.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "karyoploteR" version))
(sha256
(base32
"11sgxz2xz685pgm8mf0hzm6aryx4fj5g3dlffjzpqxh3awfqa19p"))))
"0x3mld9q55r2fy452wxq5sjzmms10zmpkzs71c3w1fdli5hwszdq"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)