diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-01-23 13:33:35 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-01-23 14:01:35 +0100 |
commit | 5e5b25bb9d6c64b01232419f02b4b39c6f5926df (patch) | |
tree | 376cc8d671708f03f406b38de8a740e0cb10f8a4 /gnu | |
parent | 43a5aa94739d09e646977fe5d1f5d6e7c31630ab (diff) | |
download | guix-5e5b25bb9d6c64b01232419f02b4b39c6f5926df.tar.gz |
gnu: r-aplot: Update to 0.1.2.
* gnu/packages/cran.scm (r-aplot): Update to 0.1.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 a5e81de0ba..414342ad9c 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -18288,14 +18288,14 @@ external dependencies. This package has is implemented purely in R.") (define-public r-aplot (package (name "r-aplot") - (version "0.1.1") + (version "0.1.2") (source (origin (method url-fetch) (uri (cran-uri "aplot" version)) (sha256 (base32 - "067yzy35spvs6jbccqpmvnjilglxzda6qqlqhjv311kfvnppzsyf")))) + "1w09flb6a4fxibfrm1z24pg672r80b7phgc0m7mv3vfw3l84v749")))) (properties `((upstream-name . "aplot"))) (build-system r-build-system) (propagated-inputs |