guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

88/145: gnu: r-kendall: Update to 2.2.1.


From: guix-commits
Subject: 88/145: gnu: r-kendall: Update to 2.2.1.
Date: Tue, 12 Apr 2022 03:36:50 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit bd7d8b75a6de0bf51ffb7d0f06eaa72f353f8926
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 11 18:01:28 2022 +0200

    gnu: r-kendall: Update to 2.2.1.
    
    * gnu/packages/cran.scm (r-kendall): Update to 2.2.1.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1fab6cb0c4..611452bf22 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25488,14 +25488,14 @@ a formula and @code{data.frame} plus some additional 
arguments for priors.")
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]