diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-04 09:58:40 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-04 10:01:14 +0100 |
commit | 637c6a6f93e921d5cb4b096c1618883352a19d0e (patch) | |
tree | a50c261d5413060054e24eccb8752f0ad561c400 /gnu/packages/cran.scm | |
parent | c7acb9d76ac275776de6b01e6391daf4e8fab10c (diff) | |
download | guix-637c6a6f93e921d5cb4b096c1618883352a19d0e.tar.gz |
gnu: r-aplot: Update to 0.1.8.
* gnu/packages/cran.scm (r-aplot): Update to 0.1.8.
Diffstat (limited to 'gnu/packages/cran.scm')
-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 11b4659600..189011d6c2 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -20479,14 +20479,14 @@ external dependencies. This package has is implemented purely in R.") (define-public r-aplot (package (name "r-aplot") - (version "0.1.7") + (version "0.1.8") (source (origin (method url-fetch) (uri (cran-uri "aplot" version)) (sha256 (base32 - "05l6pvhrl715xgdy7qmw6lyxigv9qn90ms3vf7awip8sdmghy9gn")))) + "17256cdn46cii97s0h2zmah9vs116ybnih78734lpkn7kmvdfcfr")))) (properties `((upstream-name . "aplot"))) (build-system r-build-system) (propagated-inputs |