gnu: r-checkmate: Update to 1.8.4.
* gnu/packages/statistics.scm (r-checkmate): Update to 1.8.4.
This commit is contained in:
parent
2c49184e2c
commit
7147d8f7ad
1 changed files with 2 additions and 2 deletions
|
@ -2016,14 +2016,14 @@ (define-public r-backports
|
|||
(define-public r-checkmate
|
||||
(package
|
||||
(name "r-checkmate")
|
||||
(version "1.8.3")
|
||||
(version "1.8.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "checkmate" version))
|
||||
(sha256
|
||||
(base32
|
||||
"04rxabzamhv6ybynx627sxk02qvq8znkv0y10vmq67xx6pxhqvla"))))
|
||||
"1xpq73myr39i33mwihvy494sam77hb3z15yr172a31d8wn1qi53g"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-backports" ,r-backports)))
|
||||
|
|
Loading…
Reference in a new issue