summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-01-20 07:17:23 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:29:53 +0100
commitbf7ec2a30fc14d78bce1d5e32bb85cadc6fa2800 (patch)
treefde4f3bd6a97aa4a72c001112f1d411123eee95e /gnu
parent9b5cf570a139abc753be12934dd563e829b7ac7c (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 32f19a93e0..8b7e75078e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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