me
/
guix
Archived
1
0
Fork 0

gnu: r-gplots: Update to 3.0.1.2.

* gnu/packages/statistics.scm (r-gplots): Update to 3.0.1.2.
master
Ricardo Wurmus 2020-01-16 05:39:36 +01:00
parent b210274a8f
commit 703ae530c5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4216,14 +4216,14 @@ including:
(define-public r-gplots
(package
(name "r-gplots")
(version "3.0.1.1")
(version "3.0.1.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "gplots" version))
(sha256
(base32
"033plcfs9w8pmn84n24mdhiixdirc2a7pz6dvm61fpd20gwh7cbx"))))
"0vrm7wqrmqsmfrc070r9chpzb0vv60pay2lyar9qxfry6bsrvx86"))))
(build-system r-build-system)
(propagated-inputs
`(("r-catools" ,r-catools)