summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-05-28 08:30:32 +0200
committerRicardo Wurmus <rekado@elephly.net>2022-05-28 23:18:52 +0200
commitd4bfec54d7429c2f55d91c27ad6effac1a6f6493 (patch)
tree1d64be7c5db7b7a7636787b126864f9e97cc207c /gnu
parenta3613ed76d6813fa9102704faa645894c2c6de3f (diff)
gnu: r-moments: Update to 0.14.1.
* gnu/packages/cran.scm (r-moments): Update to 0.14.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm4
1 files 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")