mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-checkmate: Update to 1.9.4.
* gnu/packages/statistics.scm (r-checkmate): Update to 1.9.4.
This commit is contained in:
parent
b29ecb8e37
commit
c02bb7e901
1 changed files with 2 additions and 2 deletions
|
@ -2137,14 +2137,14 @@ (define-public r-backports
|
||||||
(define-public r-checkmate
|
(define-public r-checkmate
|
||||||
(package
|
(package
|
||||||
(name "r-checkmate")
|
(name "r-checkmate")
|
||||||
(version "1.9.3")
|
(version "1.9.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "checkmate" version))
|
(uri (cran-uri "checkmate" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15ccwvmw73c2zz1k10k5zdn8px0rrbnvs1b4nzvlb0iwj7cimhp4"))))
|
"08ddpgs4mv5d5y4j054pm8drmxkn7yvhfpbghwxlizjpnxa5g8ps"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-backports" ,r-backports)))
|
`(("r-backports" ,r-backports)))
|
||||||
|
|
Loading…
Reference in a new issue