guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit b554d076dc08f6608862a472a19ae0b94d2d4a96
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 14 19:41:55 2026 +0100
gnu: r-plotmo: Update to 3.7.0.
* gnu/packages/cran.scm (r-plotmo): Update to 3.7.0.
Change-Id: I6d9d0f0f8cdef8c7c6bd4b57061bba3076ea9470
---
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 93eafeded9..566122140d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9956,13 +9956,13 @@ with default R plot functions.")
(define-public r-plotmo
(package
(name "r-plotmo")
- (version "3.6.4")
+ (version "3.7.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "plotmo" version))
(sha256
- (base32 "0wl2xlidib4r54nm1q5zndr9iilagpyc3xlxs0cpd487hdh3zcn8"))))
+ (base32 "0ci0h4ajmlxjw8vq812fsqspkdv63iklfgvn99984xcn04gn5rl0"))))
(properties `((upstream-name . "plotmo")))
(build-system r-build-system)
(propagated-inputs (list r-formula r-plotrix))