gnu: r-aplot: Update to 0.2.3.
* gnu/packages/cran.scm (r-aplot): Update to 0.2.3. Change-Id: I3871ec2347f47ec97650c18811fb8d86cf3065b9master
parent
2216d86cf2
commit
14d2f84b02
|
@ -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
|
||||
|
|
Reference in New Issue