diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-10-05 10:31:09 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-10-05 10:31:09 +0200 |
commit | 276b9287c13cf996e78323f00ff83f49438a2485 (patch) | |
tree | 81abdfed81d1bb991b0494140374b87cc9f578a1 /gnu/packages | |
parent | d841c23dc5ba3678b7dde68a6dcdd1eabf57d900 (diff) | |
download | guix-276b9287c13cf996e78323f00ff83f49438a2485.tar.gz |
gnu: r-aplot: Update to 0.2.1.
* gnu/packages/cran.scm (r-aplot): Update to 0.2.1.
Diffstat (limited to 'gnu/packages')
-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 1f17636c6e..e30ea6c35c 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -24297,14 +24297,14 @@ external dependencies. This package has is implemented purely in R.") (define-public r-aplot (package (name "r-aplot") - (version "0.2.0") + (version "0.2.1") (source (origin (method url-fetch) (uri (cran-uri "aplot" version)) (sha256 (base32 - "1431c6hx812bz013zqbgj5zg4ilpakfpi691wlcwybri75sxxdv0")))) + "0k7j4p3hsxqak422vjdm9p8bpcs2n73y373lcmjd67ksi3ivgrc9")))) (properties `((upstream-name . "aplot"))) (build-system r-build-system) (propagated-inputs |