mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-aplot: Update to 0.2.1.
* gnu/packages/cran.scm (r-aplot): Update to 0.2.1.
This commit is contained in:
parent
d841c23dc5
commit
276b9287c1
1 changed files with 2 additions and 2 deletions
|
@ -24297,14 +24297,14 @@ (define-public r-downloader
|
|||
(define-public r-aplot
|
||||
(package
|
||||
(name "r-aplot")
|
||||
(version "0.2.0")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "aplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1431c6hx812bz013zqbgj5zg4ilpakfpi691wlcwybri75sxxdv0"))))
|
||||
"0k7j4p3hsxqak422vjdm9p8bpcs2n73y373lcmjd67ksi3ivgrc9"))))
|
||||
(properties `((upstream-name . "aplot")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue