gnu: r-assertthat: Update to 0.2.1.
* gnu/packages/statistics.scm (r-assertthat): Update to 0.2.1.
This commit is contained in:
parent
340cae5631
commit
0a3ba39633
|
@ -1234,13 +1234,13 @@ considerably faster, produces smaller files, and leaves text as is.")
|
||||||
(define-public r-assertthat
|
(define-public r-assertthat
|
||||||
(package
|
(package
|
||||||
(name "r-assertthat")
|
(name "r-assertthat")
|
||||||
(version "0.2.0")
|
(version "0.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "assertthat" version))
|
(uri (cran-uri "assertthat" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wp5znk3xy338x6hknppk702jn596yr735d9i7c3wabm3sdzfgnp"))))
|
"17wy5bdfzg73sg2clisg1k3zyn1adkj59x56m5nwia2k8z67zkw5"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/hadley/assertthat")
|
(home-page "https://github.com/hadley/assertthat")
|
||||||
(synopsis "Easy pre and post assertions")
|
(synopsis "Easy pre and post assertions")
|
||||||
|
|
Loading…
Reference in New Issue