diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-03-31 18:43:49 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-04-02 07:37:23 +0200 |
| commit | 20c3b4e7f0ea317cc95ab4afb0c57356e9bf374b (patch) | |
| tree | 610b7fba49829d2a5e9577a7587ce0ec79756cb4 /gnu/packages/cran.scm | |
| parent | 052b848afdd0d0464e5a3733f52a8e08b42ce361 (diff) | |
gnu: r-nlme: Update to 3.1-169.
* gnu/packages/cran.scm (r-nlme): Update to 3.1-169.
Change-Id: I394de81fa2e46855b2f03f3d248dab7aba253fa6
Diffstat (limited to 'gnu/packages/cran.scm')
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 5f304562f37..4c0c2ea8929 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 |
