~ruther/guix-local

f91816a9cb5f3dbe00873f9463e306a139a441eb — Ricardo Wurmus 8 months ago 6a4ab82
gnu: r-gplots: Update to 3.3.0.

* gnu/packages/cran.scm (r-gplots): Update to 3.3.0.

Change-Id: Ia7ed71c9f03a192655639b1e57abc30297454180
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 5312,14 5312,14 @@ on the system.")
(define-public r-gplots
  (package
    (name "r-gplots")
    (version "3.2.0")
    (version "3.3.0")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "gplots" version))
       (sha256
        (base32
         "0isgbzsj0zkbzp5zvcz4nkc70rm33pcvcmfd6jiiqiw7nilirqqj"))))
         "00p3dfk0czcp8dvcfdsx3a4wbwlnxqhrn6x8byj6mfzxv0w0nk7q"))))
    (build-system r-build-system)
    (propagated-inputs
     (list r-catools r-gtools r-kernsmooth))