diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-05-04 07:13:22 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-05-04 07:27:50 +0200 |
commit | 883eab3ec639e9ba09292ba9cf47fd8e6bdb9ca8 (patch) | |
tree | 72f697563afc4e17abd8add0f34509f6c86e657c | |
parent | 8530eaa5d695311b0b4cd387eb818398546b897b (diff) | |
download | guix-883eab3ec639e9ba09292ba9cf47fd8e6bdb9ca8.tar.gz |
gnu: r-withr: Update to 2.4.2.
* gnu/packages/statistics.scm (r-withr): Update to 2.4.2.
-rw-r--r-- | gnu/packages/statistics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 5ef205e9d3..bf368ffe6c 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -2504,13 +2504,13 @@ tools to simplify the devolpment of R packages.") (define-public r-withr (package (name "r-withr") - (version "2.4.1") + (version "2.4.2") (source (origin (method url-fetch) (uri (cran-uri "withr" version)) (sha256 (base32 - "13qpcx7vjnqchvbbdwiqw286gkiajp02pcvhn7w7ddjiil2xjpjz")))) + "1j5srffi748yxphwli56lkbh4cga0kmz38dyzganzkw0nx66mya8")))) (build-system r-build-system) (native-inputs `(("r-knitr" ,r-knitr))) |