gnu: r-aplot: Update to 0.1.2.

* gnu/packages/cran.scm (r-aplot): Update to 0.1.2.
This commit is contained in:
Ricardo Wurmus 2022-01-23 13:33:35 +01:00
parent 43a5aa9473
commit 5e5b25bb9d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

@ -18288,14 +18288,14 @@ external dependencies. This package has is implemented purely in R.")
(define-public r-aplot
(package
(name "r-aplot")
(version "0.1.1")
(version "0.1.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "aplot" version))
(sha256
(base32
"067yzy35spvs6jbccqpmvnjilglxzda6qqlqhjv311kfvnppzsyf"))))
"1w09flb6a4fxibfrm1z24pg672r80b7phgc0m7mv3vfw3l84v749"))))
(properties `((upstream-name . "aplot")))
(build-system r-build-system)
(propagated-inputs