diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 08:30:36 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 23:18:54 +0200 |
commit | d66e52f2d95afec9bb76667ee95b44a730cb5a44 (patch) | |
tree | c150405b824d73852dc0621f5b5ba6d1b534e057 /gnu/packages/cran.scm | |
parent | 62ba432c08bab5bf2495a9f54154289ca76db8ef (diff) |
gnu: r-aplot: Update to 0.1.4.
* gnu/packages/cran.scm (r-aplot): Update to 0.1.4.
[propagated-inputs]: Remove r-yulab-utils.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 622604d6cb..c5d4c24293 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -19243,14 +19243,14 @@ external dependencies. This package has is implemented purely in R.") (define-public r-aplot (package (name "r-aplot") - (version "0.1.3") + (version "0.1.4") (source (origin (method url-fetch) (uri (cran-uri "aplot" version)) (sha256 (base32 - "10cqa35bh4lhpnybaalp3d69k392b25ba16dgbngqz0vikzp4czk")))) + "1b4jjj05a602dgn6yr1bsmbzlzkj6wf6af3k3w63g3mkqv0xzsfd")))) (properties `((upstream-name . "aplot"))) (build-system r-build-system) (propagated-inputs @@ -19258,8 +19258,7 @@ external dependencies. This package has is implemented purely in R.") r-ggplot2 r-ggplotify r-magrittr - r-patchwork - r-yulab-utils)) + r-patchwork)) (home-page "https://github.com/YuLab-SMU/aplot") (synopsis "Decorate a ggplot with associated information") (description |