mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-chk: Update to 0.8.0.
* gnu/packages/cran.scm (r-chk): Update to 0.8.0.
This commit is contained in:
parent
8f6c93bec4
commit
db9ddd20c3
1 changed files with 2 additions and 2 deletions
|
@ -12746,14 +12746,14 @@ (define-public r-rslurm
|
|||
(define-public r-chk
|
||||
(package
|
||||
(name "r-chk")
|
||||
(version "0.7.0")
|
||||
(version "0.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "chk" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fxsxgvd08lkb6amjgs4x48dhqr046mmjngjfgy2ya9cl2shd7ls"))))
|
||||
"10gcv00mgi88vgxr9jrs0ar67crmdcdi4m9g86cm6pg3ly0v097y"))))
|
||||
(properties `((upstream-name . "chk")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue