diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-10-06 12:56:34 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-10-06 13:01:48 +0200 |
commit | 33f4951444a9f11c7202dc0a5eb4df3d4a874543 (patch) | |
tree | f92a33dc385780e7263a18e1a221250ee8740d3b /gnu | |
parent | a7b7b9bad39618399d85609d4824bb01c6a1d657 (diff) |
gnu: r-aplot: Update to 0.2.2.
* gnu/packages/cran.scm (r-aplot): Update to 0.2.2.
Diffstat (limited to 'gnu')
-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 f0f7251a4c..3807a323fc 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -24304,14 +24304,14 @@ external dependencies. This package has is implemented purely in R.") (define-public r-aplot (package (name "r-aplot") - (version "0.2.1") + (version "0.2.2") (source (origin (method url-fetch) (uri (cran-uri "aplot" version)) (sha256 (base32 - "0k7j4p3hsxqak422vjdm9p8bpcs2n73y373lcmjd67ksi3ivgrc9")))) + "094bzrcjybs2dk2plmxf80mbx9dz1hi5m7gp8bbs5qqh03xn7wf7")))) (properties `((upstream-name . "aplot"))) (build-system r-build-system) (propagated-inputs |