me
/
guix
Archived
1
0
Fork 0

gnu: r-aplot: Update to 0.1.6.

* gnu/packages/cran.scm (r-aplot): Update to 0.1.6.
Ricardo Wurmus 2022-06-13 14:21:56 +02:00
parent 58ec67948c
commit f85842a8e2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -19323,14 +19323,14 @@ external dependencies. This package has is implemented purely in R.")
(define-public r-aplot
(package
(name "r-aplot")
(version "0.1.4")
(version "0.1.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "aplot" version))
(sha256
(base32
"1b4jjj05a602dgn6yr1bsmbzlzkj6wf6af3k3w63g3mkqv0xzsfd"))))
"0310z9db2r8vr4053vy6w4rbcqhg5cv56p60rk7dh4y6ifbd2sbx"))))
(properties `((upstream-name . "aplot")))
(build-system r-build-system)
(propagated-inputs