diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-08-03 17:18:45 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-08-03 17:53:48 +0200 |
commit | d8048a1212e880ce360aaf1b32f4bf3c84e51028 (patch) | |
tree | bf01db40b3825c82e7500138f0760ee8e0127d39 /gnu/packages | |
parent | f212bf84abfc00cc536778a64b8400082ff78826 (diff) | |
download | guix-d8048a1212e880ce360aaf1b32f4bf3c84e51028.tar guix-d8048a1212e880ce360aaf1b32f4bf3c84e51028.tar.gz |
gnu: r-withr: Update to 2.0.0.
* gnu/packages/statistics.scm (r-withr): Update to 2.0.0.
Diffstat (limited to 'gnu/packages')
-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 3c89612437..f8c637f163 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -2277,13 +2277,13 @@ tools to simplify the devolpment of R packages.") (define-public r-withr (package (name "r-withr") - (version "1.0.2") + (version "2.0.0") (source (origin (method url-fetch) (uri (cran-uri "withr" version)) (sha256 (base32 - "042z8nmqqilgrvhmbqrjc05qys3gzwq1rqy2wxp2bi5d41859493")))) + "0ncq9ygx33rx7aazn53p0a0vbr5xv0r6wbkzcwbhbwyd8k55bgin")))) (build-system r-build-system) (home-page "https://github.com/jimhester/withr") (synopsis "Run code with temporarily modified global state") |