From 20c3b4e7f0ea317cc95ab4afb0c57356e9bf374b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 31 Mar 2026 18:43:49 +0200 Subject: [PATCH] gnu: r-nlme: Update to 3.1-169. * gnu/packages/cran.scm (r-nlme): Update to 3.1-169. Change-Id: I394de81fa2e46855b2f03f3d248dab7aba253fa6 --- 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 5f304562f3..4c0c2ea892 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -23500,13 +23500,13 @@ Institute of Standards and Technology}, USA.") (define-public r-nlme (package (name "r-nlme") - (version "3.1-168") + (version "3.1-169") (source (origin (method url-fetch) (uri (cran-uri "nlme" version)) (sha256 - (base32 "0qkki4x49808cmvj1fmsivq68b836f0rq3ayxrfpgdjc6il89dr3")))) + (base32 "1f7xwyhb6gln966i6q51flb4w2d90nmmv5kqaj8vabixahdjzfai")))) (build-system r-build-system) (arguments ;; Enable tests to pass, there's a floating point inequality without this