rekado pushed a commit to branch master
in repository guix.
commit 8544df19505db3e8a5b981be971218bf4346b024
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Aug 28 14:21:03 2023 +0200
gnu: r-aplot: Update to 0.2.0.
* gnu/packages/cran.scm (r-aplot): Update to 0.2.0.
---
gnu/packages/cran.scm | 10 +++-------
1 file 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