diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-05-31 09:11:14 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-05-31 23:46:18 +0200 |
| commit | 5d34d2f045b20f366fe1991e28f971123db77b4b (patch) | |
| tree | 6c4a8cedcd7f5ecae9f8539c481ff96aa9487a0c | |
| parent | ff901d43c8324105aacc5517f1fe031b29bff362 (diff) | |
gnu: r-haven: Update to 2.5.5.
* gnu/packages/cran.scm (r-haven): Update to 2.5.5.
Change-Id: I7c29728a51fa2d3d74cc4c0b524532b2089b194e
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 53863f33fbf..12a8c109030 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -14472,14 +14472,14 @@ plot functionality is provided in a single ggplot2 layer by calling the (define-public r-haven (package (name "r-haven") - (version "2.5.4") + (version "2.5.5") (source (origin (method url-fetch) (uri (cran-uri "haven" version)) (sha256 (base32 - "0dd83v3bfs7and9ydx35m8zw0md3wgchwpnvj6yllixa6yxk25cy")) + "19f9n7a4g90fdwhx66cjyxmzm5zdgwqkawk8ry587qb06yfcv0ll")) (modules '((guix build utils))) (snippet ;; unvendor readstat |
