diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-09-20 10:53:11 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-09-20 17:02:21 +0200 |
commit | 47676e6b9e860c31e8f5183033a1c318901bce8f (patch) | |
tree | bca2963d915a6aaca22353264ea2bed73d10e863 | |
parent | 12fca73dd8a5c3f3531516a509238f7a37665289 (diff) |
gnu: r-aplot: Update to 0.1.7.
* gnu/packages/cran.scm (r-aplot): Update to 0.1.7.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index e252ae2810..9f47d6c13c 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -20253,14 +20253,14 @@ external dependencies. This package has is implemented purely in R.") (define-public r-aplot (package (name "r-aplot") - (version "0.1.6") + (version "0.1.7") (source (origin (method url-fetch) (uri (cran-uri "aplot" version)) (sha256 (base32 - "0310z9db2r8vr4053vy6w4rbcqhg5cv56p60rk7dh4y6ifbd2sbx")))) + "05l6pvhrl715xgdy7qmw6lyxigv9qn90ms3vf7awip8sdmghy9gn")))) (properties `((upstream-name . "aplot"))) (build-system r-build-system) (propagated-inputs |