guix-commits
[Top][All Lists]
Advanced

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

155/224: gnu: r-nlme: Update to 3.1-165.


From: guix-commits
Subject: 155/224: gnu: r-nlme: Update to 3.1-165.
Date: Wed, 17 Jul 2024 17:19:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0add7f93f85fefa4d05a4eba2bf7a2618b6cb8fb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 2 14:58:53 2024 +0200

    gnu: r-nlme: Update to 3.1-165.
    
    * gnu/packages/statistics.scm (r-nlme): Update to 3.1-165.
    
    Change-Id: I00339fd6feee3337358042d153d8d3f79e830f56
---
 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 5f04d0def0..1dad763e59 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -710,13 +710,13 @@ and operations on them using LAPACK and SuiteSparse.")
 (define-public r-nlme
   (package
     (name "r-nlme")
-    (version "3.1-164")
+    (version "3.1-165")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "nlme" version))
        (sha256
-        (base32 "1s6lpp4hpjhyn7ygfngw2f60a40kbbikd0y2wqzbhdvhrqha19br"))))
+        (base32 "16clxh0b8sr2k3vddfip3awimn17ffkd5kwgygi8n4y2jfjbndzw"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-lattice))



reply via email to

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