gnu: r-karyoploter: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-karyoploter): Update to 1.28.0. Change-Id: I22ef7507f4255cee55c502117994fe96e63458e5
This commit is contained in:
parent
9e5d778400
commit
5b36a69e0f
1 changed files with 2 additions and 2 deletions
|
@ -13234,13 +13234,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.26.0")
|
(version "1.28.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
|
||||||
"1nqcm2jlazm8wsa4p6a59m1j8y1qdwg0w3kii4dqnkann3q2q68x"))))
|
"0jr9lp250s9066hh40vxb6c6yhdd8yrnk0zklwylkf3jpbdgl621"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-annotationdbi
|
(list r-annotationdbi
|
||||||
|
|
Reference in a new issue