gnu: r-aplot: Update to 0.1.8.

* gnu/packages/cran.scm (r-aplot): Update to 0.1.8.
This commit is contained in:
Ricardo Wurmus 2022-11-04 09:58:40 +01:00
parent c7acb9d76a
commit 637c6a6f93
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20479,14 +20479,14 @@ (define-public r-downloader
(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