diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-08-28 14:21:03 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-08-28 17:08:01 +0200 |
commit | 8544df19505db3e8a5b981be971218bf4346b024 (patch) | |
tree | 32ebf223d89fe5f983dec78bcfd948a20d44a984 /gnu | |
parent | 0bf22801c47282873e1f5c66346ad2f515c32de8 (diff) |
gnu: r-aplot: Update to 0.2.0.
* gnu/packages/cran.scm (r-aplot): Update to 0.2.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 00739298a0..ceff3816a3 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -24223,22 +24223,18 @@ external dependencies. This package has is implemented purely in R.") (define-public r-aplot (package (name "r-aplot") - (version "0.1.10") + (version "0.2.0") (source (origin (method url-fetch) (uri (cran-uri "aplot" version)) (sha256 (base32 - "1lb739r3d60a73km8w5f76p7v6xydkfljfxvi25n51zq8617cdyr")))) + "1431c6hx812bz013zqbgj5zg4ilpakfpi691wlcwybri75sxxdv0")))) (properties `((upstream-name . "aplot"))) (build-system r-build-system) (propagated-inputs - (list r-ggfun - r-ggplot2 - r-ggplotify - r-magrittr - r-patchwork)) + (list r-ggfun r-ggplot2 r-ggplotify r-magrittr r-patchwork)) (home-page "https://github.com/YuLab-SMU/aplot") (synopsis "Decorate a ggplot with associated information") (description |