gnu: r-withr: Update to 2.0.0.

* gnu/packages/statistics.scm (r-withr): Update to 2.0.0.
This commit is contained in:
Ricardo Wurmus 2017-08-03 17:18:45 +02:00
parent f212bf84ab
commit d8048a1212
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2277,13 +2277,13 @@ (define-public r-devtools
(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")