diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-07-02 14:58:44 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-07-17 22:38:30 +0200 |
commit | 14d2f84b0225921d6b5d4d22a50be40207fd3cd3 (patch) | |
tree | 768b129b5173a248110160570582e7d78689f1f9 /gnu | |
parent | 2216d86cf218f23f9a015891bd6b61fdee7c3a9f (diff) | |
download | guix-14d2f84b0225921d6b5d4d22a50be40207fd3cd3.tar.gz |
gnu: r-aplot: Update to 0.2.3.
* gnu/packages/cran.scm (r-aplot): Update to 0.2.3. Change-Id: I3871ec2347f47ec97650c18811fb8d86cf3065b9
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 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 |