mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-aplot: Update to 0.1.9.
* gnu/packages/cran.scm (r-aplot): Update to 0.1.9.
This commit is contained in:
parent
cc4d5cbc8f
commit
5980c9c12f
1 changed files with 2 additions and 2 deletions
|
@ -20793,14 +20793,14 @@ (define-public r-downloader
|
|||
(define-public r-aplot
|
||||
(package
|
||||
(name "r-aplot")
|
||||
(version "0.1.8")
|
||||
(version "0.1.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "aplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"17256cdn46cii97s0h2zmah9vs116ybnih78734lpkn7kmvdfcfr"))))
|
||||
"04mv2jhkk47sqmm69dbcmy84han2k19sv6vnmk572xbm19i661xg"))))
|
||||
(properties `((upstream-name . "aplot")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue