gnu: r-withr: Update to 1.0.2.
* gnu/packages/statistics.scm (r-withr): Update to 1.0.2.
This commit is contained in:
parent
3bb9708a7f
commit
348bb8d663
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue