mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-checkmate: Update to 2.3.1.
* gnu/packages/statistics.scm (r-checkmate): Update to 2.3.1. Change-Id: Ieb3c8b049ca19b4cf348a536aa03377b33303f08
This commit is contained in:
parent
10e649db3e
commit
77931b17ff
1 changed files with 2 additions and 2 deletions
|
@ -2639,14 +2639,14 @@ (define-public r-backports
|
|||
(define-public r-checkmate
|
||||
(package
|
||||
(name "r-checkmate")
|
||||
(version "2.3.0")
|
||||
(version "2.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "checkmate" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1m41idv7iwq6mby8dyvsbljj5jkyhj65k7caz2na17a83s2inwl8"))))
|
||||
"1xl4313kav3fy32ff9mdlm03za1mrwlym6d5abrkf0a0r86bmrp7"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-backports))
|
||||
|
|
Loading…
Reference in a new issue