mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
gnu: r-aplot: Update to 0.1.3.
* gnu/packages/cran.scm (r-aplot): Update to 0.1.3.
This commit is contained in:
parent
eacc2b0ba9
commit
45b9b2dbce
1 changed files with 2 additions and 2 deletions
|
@ -19054,14 +19054,14 @@ external dependencies. This package has is implemented purely in R.")
|
|||
(define-public r-aplot
|
||||
(package
|
||||
(name "r-aplot")
|
||||
(version "0.1.2")
|
||||
(version "0.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "aplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1w09flb6a4fxibfrm1z24pg672r80b7phgc0m7mv3vfw3l84v749"))))
|
||||
"10cqa35bh4lhpnybaalp3d69k392b25ba16dgbngqz0vikzp4czk"))))
|
||||
(properties `((upstream-name . "aplot")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Add table
Reference in a new issue