gnu: r-aplot: Update to 0.1.9.

* gnu/packages/cran.scm (r-aplot): Update to 0.1.9.
This commit is contained in:
Ricardo Wurmus 2022-11-29 15:22:20 +01:00
parent cc4d5cbc8f
commit 5980c9c12f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20793,14 +20793,14 @@ (define-public r-downloader
(define-public r-aplot
(package
(name "r-aplot")
(version "0.1.8")
(version "0.1.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "aplot" version))
(sha256
(base32
"17256cdn46cii97s0h2zmah9vs116ybnih78734lpkn7kmvdfcfr"))))
"04mv2jhkk47sqmm69dbcmy84han2k19sv6vnmk572xbm19i661xg"))))
(properties `((upstream-name . "aplot")))
(build-system r-build-system)
(propagated-inputs