guix-commits
[Top][All Lists]
Advanced

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

94/214: gnu: r-moments: Update to 0.14.1.


From: guix-commits
Subject: 94/214: gnu: r-moments: Update to 0.14.1.
Date: Sat, 28 May 2022 04:37:36 -0400 (EDT)

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

commit 1f32eb49a10502fe738a1969f9fa90b5c7ab27dc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:32 2022 +0200

    gnu: r-moments: Update to 0.14.1.
    
    * gnu/packages/cran.scm (r-moments): Update to 0.14.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 c5853f2fae..2148028d87 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16533,14 +16533,14 @@ for lower and upper parameter bounds.  The 
implementation can be used via
 (define-public r-moments
   (package
     (name "r-moments")
-    (version "0.14")
+    (version "0.14.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "moments" version))
        (sha256
         (base32
-         "0f9y58w1hxcz4bqivirx25ywlmc80gbi6dfx5cnhkpdg1pk82fra"))))
+         "0r6qf3i1rzh2822bx1p0h8mh91gsbgg6asl2rzh2l4ys094bilif"))))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/web/packages/moments";)
     (synopsis "Moments, cumulants, skewness, kurtosis and related tests")



reply via email to

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