gnu: r-aplot: Update to 0.1.7.

* gnu/packages/cran.scm (r-aplot): Update to 0.1.7.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:53:11 +02:00
parent 12fca73dd8
commit 47676e6b9e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -20253,14 +20253,14 @@ external dependencies. This package has is implemented purely in R.")
(define-public r-aplot
(package
(name "r-aplot")
(version "0.1.6")
(version "0.1.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "aplot" version))
(sha256
(base32
"0310z9db2r8vr4053vy6w4rbcqhg5cv56p60rk7dh4y6ifbd2sbx"))))
"05l6pvhrl715xgdy7qmw6lyxigv9qn90ms3vf7awip8sdmghy9gn"))))
(properties `((upstream-name . "aplot")))
(build-system r-build-system)
(propagated-inputs