~ruther/guix-local

5e5b25bb9d6c64b01232419f02b4b39c6f5926df — Ricardo Wurmus 4 years ago 43a5aa9
gnu: r-aplot: Update to 0.1.2.

* gnu/packages/cran.scm (r-aplot): Update to 0.1.2.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 18288,14 18288,14 @@ external dependencies.  This package has is implemented purely in R.")
(define-public r-aplot
  (package
    (name "r-aplot")
    (version "0.1.1")
    (version "0.1.2")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "aplot" version))
       (sha256
        (base32
         "067yzy35spvs6jbccqpmvnjilglxzda6qqlqhjv311kfvnppzsyf"))))
         "1w09flb6a4fxibfrm1z24pg672r80b7phgc0m7mv3vfw3l84v749"))))
    (properties `((upstream-name . "aplot")))
    (build-system r-build-system)
    (propagated-inputs