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

commit 0014683e3be005fe8f38ab14c4d95512c99f43cf
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 14 19:41:55 2026 +0100

    gnu: r-plumber: Update to 1.3.2.
    
    * gnu/packages/cran.scm (r-plumber): Update to 1.3.2.
    [native-inputs]: Remove r-covr and r-mockery; add r-withr.
    
    Change-Id: Ia87ac935feb1aec918f8fcc6ca4fe142b44206ca
---
 gnu/packages/cran.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 566122140d..8ab069a362 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9979,13 +9979,13 @@ residuals and other information on the model.")
 (define-public r-plumber
   (package
     (name "r-plumber")
-    (version "1.3.0")
+    (version "1.3.2")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "plumber" version))
               (sha256
                (base32
-                "0z9dzlmvsbqn1cykia07kpa88w5lcgrp39bqqm2d3bhnzkr5kj1s"))))
+                "1maiya8iva4yiw0vznf9n8130l844a0mbv2xpdyjswdbfkappssa"))))
     (properties
      '((upstream-name . "plumber")
        (updater-extra-native-inputs
@@ -10007,12 +10007,10 @@ residuals and other information on the model.")
     (native-inputs
      (list r-arrow
            r-base64enc
-           r-covr
            r-geojsonsf
            r-htmlwidgets
            r-knitr
            r-later
-           r-mockery
            r-readr
            r-readxl
            r-rmarkdown
@@ -10020,6 +10018,7 @@ residuals and other information on the model.")
            r-spelling
            r-testthat
            r-visnetwork
+           r-withr
            r-writexl
            r-yaml))
     (home-page "https://www.rplumber.io";)

Reply via email to