mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: r-kendall: Update to 2.2.2.
* gnu/packages/cran.scm (r-kendall): Update to 2.2.2. Change-Id: I6294706a1c3e97f8d20783fb68caf84b49ec479a
This commit is contained in:
parent
d78857729f
commit
6ac5eff82c
1 changed files with 2 additions and 2 deletions
|
|
@ -46915,14 +46915,14 @@ a formula and @code{data.frame} plus some additional arguments for priors.")
|
|||
(define-public r-kendall
|
||||
(package
|
||||
(name "r-kendall")
|
||||
(version "2.2.1")
|
||||
(version "2.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Kendall" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xmk95l4i3kj9jn0xh1chi2rj322k29jq14ra5pa7316gwf9vx2m"))))
|
||||
"1sdnjxw3nqv2ic669p4w741ppy9k30jb2hzkd5yfsma8brm6f7kv"))))
|
||||
(properties `((upstream-name . "Kendall")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue