~ruther/guix-local

4c83a898f7ebb5f2190c0e1d102b20fda4948b32 — Ricardo Wurmus 2 months ago 919f5ce
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
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 3 insertions(+), 4 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +3 -4
@@ 9981,13 9981,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


@@ 10009,12 10009,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


@@ 10022,6 10020,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")