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
1 changed files with 2 additions and 2 deletions

View File

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