me
/
guix
Archived
1
0
Fork 0

gnu: r-aplot: Update to 0.2.2.

* gnu/packages/cran.scm (r-aplot): Update to 0.2.2.
master
Ricardo Wurmus 2023-10-06 12:56:34 +02:00
parent a7b7b9bad3
commit 33f4951444
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -24304,14 +24304,14 @@ external dependencies. This package has is implemented purely in R.")
(define-public r-aplot
(package
(name "r-aplot")
(version "0.2.1")
(version "0.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "aplot" version))
(sha256
(base32
"0k7j4p3hsxqak422vjdm9p8bpcs2n73y373lcmjd67ksi3ivgrc9"))))
"094bzrcjybs2dk2plmxf80mbx9dz1hi5m7gp8bbs5qqh03xn7wf7"))))
(properties `((upstream-name . "aplot")))
(build-system r-build-system)
(propagated-inputs