mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-aplot: Update to 0.1.8.
* gnu/packages/cran.scm (r-aplot): Update to 0.1.8.
This commit is contained in:
parent
c7acb9d76a
commit
637c6a6f93
1 changed files with 2 additions and 2 deletions
|
@ -20479,14 +20479,14 @@ (define-public r-downloader
|
|||
(define-public r-aplot
|
||||
(package
|
||||
(name "r-aplot")
|
||||
(version "0.1.7")
|
||||
(version "0.1.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "aplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05l6pvhrl715xgdy7qmw6lyxigv9qn90ms3vf7awip8sdmghy9gn"))))
|
||||
"17256cdn46cii97s0h2zmah9vs116ybnih78734lpkn7kmvdfcfr"))))
|
||||
(properties `((upstream-name . "aplot")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue