gnu: r-kendall: Update to 2.2.1.

* gnu/packages/cran.scm (r-kendall): Update to 2.2.1.
This commit is contained in:
Ricardo Wurmus 2022-04-11 18:01:28 +02:00
parent d72cece70d
commit 526666d217
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -25488,14 +25488,14 @@ (define-public r-rstanarm
(define-public r-kendall
(package
(name "r-kendall")
(version "2.2")
(version "2.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "Kendall" version))
(sha256
(base32
"0z2yr3x2nvdm81w2imb61hxwcbmg14kfb2bxgh3wmkmv3wfjwkwn"))))
"1xmk95l4i3kj9jn0xh1chi2rj322k29jq14ra5pa7316gwf9vx2m"))))
(properties `((upstream-name . "Kendall")))
(build-system r-build-system)
(propagated-inputs