gnu: r-karyoploter: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-karyoploter): Update to 1.22.0.master
parent
3de4ed3fc6
commit
266df31f5d
|
@ -7357,13 +7357,13 @@ gene and isoform level using RNA-seq data")
|
||||||
(define-public r-karyoploter
|
(define-public r-karyoploter
|
||||||
(package
|
(package
|
||||||
(name "r-karyoploter")
|
(name "r-karyoploter")
|
||||||
(version "1.20.3")
|
(version "1.22.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "karyoploteR" version))
|
(uri (bioconductor-uri "karyoploteR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bcc1ln7602lrbm9wckgyfd9slsqiljjmymj28rfpax1n8rbq44m"))))
|
"0hawq9wi3ikvlcdgnjfy5fiiwfq22zwx1p8xf5h4bpypp96pknsk"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-annotationdbi
|
(list r-annotationdbi
|
||||||
|
|
Reference in New Issue