guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit 2049a68d4b54480eaeec84f1fec056c45e0543e3
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Dec 3 22:37:01 2025 +0100

    gnu: r-gplots: Update to 3.3.0.
    
    * gnu/packages/cran.scm (r-gplots): Update to 3.3.0.
    
    Change-Id: Ia7ed71c9f03a192655639b1e57abc30297454180
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 012dc60d33..a15a6454be 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5310,14 +5310,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))

Reply via email to