gnu: r-karyoploter: Update to 1.20.0.

* gnu/packages/bioconductor.scm (r-karyoploter): Update to 1.20.0.
This commit is contained in:
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

View file

@ -6215,13 +6215,13 @@ (define-public r-ebseq
(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)