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

commit c0095b04bb9fc846e6df23d8e42b83526483ced1
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sun Mar 8 18:28:46 2026 +0100

    gnu: r-forestplot: Update to 3.2.0.
    
    * gnu/packages/cran.scm (r-forestplot): Update to 3.2.0.
    
    Change-Id: I412bf585c4b1e15a5206d2e9a1552a58d3afe5f5
---
 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 324ee840cf..cf592281dc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -46984,13 +46984,13 @@ space models and automatic ARIMA modelling.")
 (define-public r-forestplot
   (package
     (name "r-forestplot")
-    (version "3.1.7")
+    (version "3.2.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "forestplot" version))
               (sha256
                (base32
-                "0jhz96r8mvs50bza5nf36pm5cxrgsja04ghvljfalp5f4p6q465p"))))
+                "1rq2c4aar95w5gha5div4m2ly11j5rcnzawl2hba24blzfalfvhz"))))
     (properties
      '((upstream-name . "forestplot")
        ;; Avoid dependency cycles.

Reply via email to