me
/
guix
Archived
1
0
Fork 0

gnu: r-gplots: Update to 3.1.3.

* gnu/packages/statistics.scm (r-gplots): Update to 3.1.3.
master
Ricardo Wurmus 2022-05-28 08:31:00 +02:00
parent 9879075a14
commit 98e40f2d46
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4674,14 +4674,14 @@ including:
(define-public r-gplots
(package
(name "r-gplots")
(version "3.1.1")
(version "3.1.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "gplots" version))
(sha256
(base32
"0f8khaymz383w2ksnk80d4kpnvgmdk37pbycpsnl2vabaz11kbpr"))))
"05k7a8x62qs5g6mps62vb3mwjdnfjzvjb20yws3x0r2j42g3p1cz"))))
(build-system r-build-system)
(propagated-inputs
(list r-catools r-gtools r-kernsmooth))