mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-assertthat: Update to 0.2.0.
* gnu/packages/statistics.scm (r-assertthat): Update to 0.2.0.
This commit is contained in:
parent
2219e691bb
commit
958d0ee485
1 changed files with 2 additions and 2 deletions
|
@ -1124,13 +1124,13 @@ (define-public r-svglite
|
|||
(define-public r-assertthat
|
||||
(package
|
||||
(name "r-assertthat")
|
||||
(version "0.1")
|
||||
(version "0.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "assertthat" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0dwsqajyglfscqilj843qfqn1ndbqpswa7b4l1d633qjk9d68qqk"))))
|
||||
"1wp5znk3xy338x6hknppk702jn596yr735d9i7c3wabm3sdzfgnp"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/hadley/assertthat")
|
||||
(synopsis "Easy pre and post assertions")
|
||||
|
|
Loading…
Reference in a new issue