gnu: r-assertthat: Update to 0.2.1.

* gnu/packages/statistics.scm (r-assertthat): Update to 0.2.1.
This commit is contained in:
Ricardo Wurmus 2019-03-21 22:47:01 +01:00
parent 340cae5631
commit 0a3ba39633
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1234,13 +1234,13 @@ considerably faster, produces smaller files, and leaves text as is.")
(define-public r-assertthat
(package
(name "r-assertthat")
(version "0.2.0")
(version "0.2.1")
(source (origin
(method url-fetch)
(uri (cran-uri "assertthat" version))
(sha256
(base32
"1wp5znk3xy338x6hknppk702jn596yr735d9i7c3wabm3sdzfgnp"))))
"17wy5bdfzg73sg2clisg1k3zyn1adkj59x56m5nwia2k8z67zkw5"))))
(build-system r-build-system)
(home-page "https://github.com/hadley/assertthat")
(synopsis "Easy pre and post assertions")