~ruther/guix-local

f9b4c3a8bbcc818df857e2d258bca8f039594202 — Ricardo Wurmus a month ago 5e45e7b
gnu: r-kendall: Update to 2.2.2.

* gnu/packages/cran.scm (r-kendall): Update to 2.2.2.

Change-Id: I6294706a1c3e97f8d20783fb68caf84b49ec479a
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 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