gnu: r-aplot: Update to 0.1.10.

* gnu/packages/cran.scm (r-aplot): Update to 0.1.10.
This commit is contained in:
Ricardo Wurmus 2023-03-19 14:44:33 +01:00
parent 71db461a49
commit aaa27f9fe0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -22604,14 +22604,14 @@ external dependencies. This package has is implemented purely in R.")
(define-public r-aplot
(package
(name "r-aplot")
(version "0.1.9")
(version "0.1.10")
(source
(origin
(method url-fetch)
(uri (cran-uri "aplot" version))
(sha256
(base32
"04mv2jhkk47sqmm69dbcmy84han2k19sv6vnmk572xbm19i661xg"))))
"1lb739r3d60a73km8w5f76p7v6xydkfljfxvi25n51zq8617cdyr"))))
(properties `((upstream-name . "aplot")))
(build-system r-build-system)
(propagated-inputs