gnu: r-chk: Update to 0.8.1.
* gnu/packages/cran.scm (r-chk): Update to 0.8.1.
This commit is contained in:
parent
e9eb863bde
commit
09ed52404b
1 changed files with 2 additions and 2 deletions
|
@ -13920,14 +13920,14 @@ parallel calculations across cluster nodes.")
|
||||||
(define-public r-chk
|
(define-public r-chk
|
||||||
(package
|
(package
|
||||||
(name "r-chk")
|
(name "r-chk")
|
||||||
(version "0.8.0")
|
(version "0.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "chk" version))
|
(uri (cran-uri "chk" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10gcv00mgi88vgxr9jrs0ar67crmdcdi4m9g86cm6pg3ly0v097y"))))
|
"0nw3aj8sbd2x8rsvpglsiavk7kivd330mgx676k46m7lhhj7nmpw"))))
|
||||||
(properties `((upstream-name . "chk")))
|
(properties `((upstream-name . "chk")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue