diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-04-11 18:01:19 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-04-12 15:59:55 +0200 |
commit | 45b9b2dbce56dbff728b311e9e792f51c9eeae14 (patch) | |
tree | 0f8dcf3aac113792789bc5a7fab4e10252f5a1ab | |
parent | eacc2b0ba91784365bf48dcf77eb7ed7b475dab0 (diff) | |
download | guix-45b9b2dbce56dbff728b311e9e792f51c9eeae14.tar guix-45b9b2dbce56dbff728b311e9e792f51c9eeae14.tar.gz |
gnu: r-aplot: Update to 0.1.3.
* gnu/packages/cran.scm (r-aplot): Update to 0.1.3.
-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 e55f2f16fd..50ab24e61e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -19054,14 +19054,14 @@ external dependencies. This package has is implemented purely in R.") (define-public r-aplot (package (name "r-aplot") - (version "0.1.2") + (version "0.1.3") (source (origin (method url-fetch) (uri (cran-uri "aplot" version)) (sha256 (base32 - "1w09flb6a4fxibfrm1z24pg672r80b7phgc0m7mv3vfw3l84v749")))) + "10cqa35bh4lhpnybaalp3d69k392b25ba16dgbngqz0vikzp4czk")))) (properties `((upstream-name . "aplot"))) (build-system r-build-system) (propagated-inputs |