me
/
guix
Archived
1
0
Fork 0

gnu: r-aplot: Update to 0.2.3.

* gnu/packages/cran.scm (r-aplot): Update to 0.2.3.

Change-Id: I3871ec2347f47ec97650c18811fb8d86cf3065b9
master
Ricardo Wurmus 2024-07-02 14:58:44 +02:00
parent 2216d86cf2
commit 14d2f84b02
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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