diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-29 15:22:20 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-29 15:27:25 +0100 |
commit | 5980c9c12f98d4870c673e373133e2c7aa617021 (patch) | |
tree | bd4902a9e280c2a7b201dfe92e24c53bb71b755d | |
parent | cc4d5cbc8f1dbfb88020872f8360bc9689e0672d (diff) | |
download | guix-5980c9c12f98d4870c673e373133e2c7aa617021.tar.gz |
gnu: r-aplot: Update to 0.1.9.
* gnu/packages/cran.scm (r-aplot): Update to 0.1.9.
-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 2851d9f105..c367a0687b 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -20793,14 +20793,14 @@ external dependencies. This package has is implemented purely in R.") (define-public r-aplot (package (name "r-aplot") - (version "0.1.8") + (version "0.1.9") (source (origin (method url-fetch) (uri (cran-uri "aplot" version)) (sha256 (base32 - "17256cdn46cii97s0h2zmah9vs116ybnih78734lpkn7kmvdfcfr")))) + "04mv2jhkk47sqmm69dbcmy84han2k19sv6vnmk572xbm19i661xg")))) (properties `((upstream-name . "aplot"))) (build-system r-build-system) (propagated-inputs |