gnu: r-withr: Update to 1.0.2.

* gnu/packages/statistics.scm (r-withr): Update to 1.0.2.
This commit is contained in:
Ricardo Wurmus 2016-09-12 15:24:44 +02:00
parent 3bb9708a7f
commit 348bb8d663
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -1693,13 +1693,13 @@ (define-public r-devtools
(define-public r-withr
(package
(name "r-withr")
(version "1.0.1")
(version "1.0.2")
(source (origin
(method url-fetch)
(uri (cran-uri "withr" version))
(sha256
(base32
"0zbj3rd7dc0ycknmay7y7rm1qvnh9n05jw93gjggz46j2zfmy93y"))))
"042z8nmqqilgrvhmbqrjc05qys3gzwq1rqy2wxp2bi5d41859493"))))
(build-system r-build-system)
(home-page "https://github.com/jimhester/withr")
(synopsis "Run code with temporarily modified global state")