3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-gplots: Update to 3.1.3.

* gnu/packages/statistics.scm (r-gplots): Update to 3.1.3.
This commit is contained in:
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

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))