[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
59/68: gnu: r-locfit: Update to 1.5-9.5.
From: |
guix-commits |
Subject: |
59/68: gnu: r-locfit: Update to 1.5-9.5. |
Date: |
Tue, 15 Mar 2022 15:14:15 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit d2fc67bfa2f3a4c322c9e4357ace2c9805642134
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 15 14:28:48 2022 +0100
gnu: r-locfit: Update to 1.5-9.5.
* gnu/packages/statistics.scm (r-locfit): Update to 1.5-9.5.
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 4b1f47d596..cdf8d8b7f4 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1908,14 +1908,14 @@ side.")
(define-public r-locfit
(package
(name "r-locfit")
- (version "1.5-9.4")
+ (version "1.5-9.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "locfit" version))
(sha256
(base32
- "1vcw16qww4v4547w0gfvhqg60l051bsdlxa6zfcgcj9xbxf6dlyr"))))
+ "08yywswywmvyys8380576n43h3xyiviq1p2392zcivlbknnjp7zx"))))
(build-system r-build-system)
(propagated-inputs
(list r-lattice))
- 02/68: gnu: r-datawizard: Update to 0.3.0., (continued)
- 02/68: gnu: r-datawizard: Update to 0.3.0., guix-commits, 2022/03/15
- 06/68: gnu: r-rcpp: Update to 1.0.8.2., guix-commits, 2022/03/15
- 08/68: gnu: r-fitdistrplus: Update to 1.1-8., guix-commits, 2022/03/15
- 12/68: gnu: r-seriation: Update to 1.3.3., guix-commits, 2022/03/15
- 16/68: gnu: r-flextable: Update to 0.7.0., guix-commits, 2022/03/15
- 17/68: gnu: r-precrec: Update to 0.12.9., guix-commits, 2022/03/15
- 21/68: gnu: r-glmmtmb: Update to 1.1.3., guix-commits, 2022/03/15
- 62/68: gnu: r-commonmark: Update to 1.8.0., guix-commits, 2022/03/15
- 46/68: gnu: r-semplot: Update to 1.1.5., guix-commits, 2022/03/15
- 64/68: gnu: r-withr: Update to 2.5.0., guix-commits, 2022/03/15
- 59/68: gnu: r-locfit: Update to 1.5-9.5.,
guix-commits <=