~ruther/guix-local

bf7ec2a30fc14d78bce1d5e32bb85cadc6fa2800 — Ricardo Wurmus a month ago 9b5cf57
gnu: r-rappdirs: Update to 0.3.4.

* gnu/packages/cran.scm (r-rappdirs): Update to 0.3.4.
[native-inputs]: Add r-withr.

Change-Id: I219262146e710033d820484ff2bc763ac0c76202
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +3 -3
@@ 24886,16 24886,16 @@ dynamically as a list of R functions.")
(define-public r-rappdirs
  (package
    (name "r-rappdirs")
    (version "0.3.3")
    (version "0.3.4")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "rappdirs" version))
       (sha256
        (base32
         "1161i3jgjvzjv4p8qbz9r976fnggkcrw3mlj4yd1h2svnijrz5a9"))))
         "0rmw39l4z046wwqna6i2h9kxcd0w5k7ad51zwshk46ivxz4yn813"))))
    (build-system r-build-system)
    (native-inputs (list r-testthat))
    (native-inputs (list r-testthat r-withr))
    (home-page "https://cran.r-project.org/web/packages/rappdirs/")
    (synopsis "Determine where to save data, caches, and logs")
    (description