rekado pushed a commit to branch master
in repository guix.
commit 14d2f84b0225921d6b5d4d22a50be40207fd3cd3
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Jul 2 14:58:44 2024 +0200
gnu: r-aplot: Update to 0.2.3.
* gnu/packages/cran.scm (r-aplot): Update to 0.2.3.
Change-Id: I3871ec2347f47ec97650c18811fb8d86cf3065b9
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 59b30dc52d..d2e85d1f2c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26436,14 +26436,14 @@ external dependencies. This package has is
implemented purely in R.")
(define-public r-aplot
(package
(name "r-aplot")
- (version "0.2.2")
+ (version "0.2.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "aplot" version))
(sha256
(base32
- "094bzrcjybs2dk2plmxf80mbx9dz1hi5m7gp8bbs5qqh03xn7wf7"))))
+ "0shd66q2hagddc0nd96lljin0nyqwp1qq4b485r3z4wr042n5c0z"))))
(properties `((upstream-name . "aplot")))
(build-system r-build-system)
(propagated-inputs