guix-commits
[Top][All Lists]
Advanced

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

145/158: gnu: r-nlme: Update to 3.1-163.


From: guix-commits
Subject: 145/158: gnu: r-nlme: Update to 3.1-163.
Date: Mon, 28 Aug 2023 11:11:53 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 68f2b8c1762d498b52c8359c4dfdeb22401005ae
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 14:21:13 2023 +0200

    gnu: r-nlme: Update to 3.1-163.
    
    * gnu/packages/statistics.scm (r-nlme): Update to 3.1-163.
---
 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 11fbe89228..bb730b0f2f 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -689,13 +689,13 @@ and operations on them using LAPACK and SuiteSparse.")
 (define-public r-nlme
   (package
     (name "r-nlme")
-    (version "3.1-162")
+    (version "3.1-163")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "nlme" version))
        (sha256
-        (base32 "0rywlbbg76c8nx62h0fj49va1y59z1qrkfjc9ihs5bslambs4vds"))))
+        (base32 "12hj7icn0xgsm67awzf8x8afhckxmb98rci9c7gsizdp9x6gyikx"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-lattice))



reply via email to

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