diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-04 22:04:17 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-07 22:34:44 +0000 |
commit | 2b0a656fd7bd807c3387c3e478d218ee450fa8b6 (patch) | |
tree | 16095b2d11ea0776479e3a2b7294a1f5acc55017 /gnu | |
parent | d9b6a4229747620ce282c0ff3325deaba78d9a51 (diff) | |
download | guix-2b0a656fd7bd807c3387c3e478d218ee450fa8b6.tar.gz |
gnu: r-karyoploter: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-karyoploter): Update to 1.20.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 9e3ecc8162..cc6a472186 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -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) |