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
This commit is contained in:
Ricardo Wurmus 2026-01-20 07:17:23 +01:00 committed by Andreas Enge
parent 042399644b
commit e9b055c590
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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