me
/
guix
Archived
1
0
Fork 0

gnu: r-chk: Update to 0.9.0.

* gnu/packages/cran.scm (r-chk): Update to 0.9.0.
master
Ricardo Wurmus 2023-05-31 12:15:17 +02:00
parent e3f539b1a7
commit 5bda35f468
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16238,14 +16238,14 @@ parallel calculations across cluster nodes.")
(define-public r-chk
(package
(name "r-chk")
(version "0.8.1")
(version "0.9.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "chk" version))
(sha256
(base32
"0nw3aj8sbd2x8rsvpglsiavk7kivd330mgx676k46m7lhhj7nmpw"))))
"1fj9rqvxv0s2j5sikmkn18280w4194kx5hlkah9z0hr4vnzgkrh7"))))
(properties `((upstream-name . "chk")))
(build-system r-build-system)
(propagated-inputs