mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-aplot: Update to 0.1.6.
* gnu/packages/cran.scm (r-aplot): Update to 0.1.6.
This commit is contained in:
parent
58ec67948c
commit
f85842a8e2
1 changed files with 2 additions and 2 deletions
|
@ -19323,14 +19323,14 @@ (define-public r-downloader
|
||||||
(define-public r-aplot
|
(define-public r-aplot
|
||||||
(package
|
(package
|
||||||
(name "r-aplot")
|
(name "r-aplot")
|
||||||
(version "0.1.4")
|
(version "0.1.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "aplot" version))
|
(uri (cran-uri "aplot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b4jjj05a602dgn6yr1bsmbzlzkj6wf6af3k3w63g3mkqv0xzsfd"))))
|
"0310z9db2r8vr4053vy6w4rbcqhg5cv56p60rk7dh4y6ifbd2sbx"))))
|
||||||
(properties `((upstream-name . "aplot")))
|
(properties `((upstream-name . "aplot")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue