guix-commits
[Top][All Lists]
Advanced

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

163/195: gnu: r-nlme: Update to 3.1-164.


From: guix-commits
Subject: 163/195: gnu: r-nlme: Update to 3.1-164.
Date: Fri, 15 Dec 2023 06:31:42 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit 94aa0cf0760bf72e8e7bca8e649cf6fa66ff4370
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 12:17:08 2023 +0100

    gnu: r-nlme: Update to 3.1-164.
    
    * gnu/packages/statistics.scm (r-nlme): Update to 3.1-164.
    
    Change-Id: I5fbdbd09d5e720a8a5ce01088f9d4b8e51805432
---
 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 c0f41270dc..77d31cc744 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -694,13 +694,13 @@ and operations on them using LAPACK and SuiteSparse.")
 (define-public r-nlme
   (package
     (name "r-nlme")
-    (version "3.1-163")
+    (version "3.1-164")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "nlme" version))
        (sha256
-        (base32 "12hj7icn0xgsm67awzf8x8afhckxmb98rci9c7gsizdp9x6gyikx"))))
+        (base32 "1s6lpp4hpjhyn7ygfngw2f60a40kbbikd0y2wqzbhdvhrqha19br"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-lattice))



reply via email to

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