~ruther/guix-local

42d8ac6d9c98b62ef4986fbe76ac3cbffa0f1416 — Ricardo Wurmus a year ago b7c070e
gnu: r-readxl: Update to 1.4.5.

* gnu/packages/cran.scm (r-readxl): Update to 1.4.5.
[native-inputs]: Add r-withr and r-writexls.

Change-Id: I2cabba6e2ac0737557b847f394a548b4a96629d5
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +3 -3
@@ 11028,19 11028,19 @@ it has been in the first iteration.")
(define-public r-readxl
  (package
    (name "r-readxl")
    (version "1.4.3")
    (version "1.4.5")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "readxl" version))
       (sha256
        (base32
         "0j2rkb012h0kvcm8n3817lgfir52dvmkwaxn7mij71gbxz6vpzky"))))
         "1pyy3g65zcq0b98xqc2v400z5l5ryvdl71vvd372kqgvp9xhvmq9"))))
    (build-system r-build-system)
    (propagated-inputs
     (list r-cellranger r-cpp11 r-progress r-tibble))
    (native-inputs
     (list r-knitr r-testthat))
     (list r-knitr r-testthat r-withr r-writexls))
    (home-page "https://readxl.tidyverse.org")
    (synopsis "Read Excel files")
    (description