guix-commits
[Top][All Lists]
Advanced

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

182/214: gnu: r-nlme: Update to 3.1-159.


From: guix-commits
Subject: 182/214: gnu: r-nlme: Update to 3.1-159.
Date: Tue, 20 Sep 2022 11:07:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit fb381189f7657868f8ac3979b1ce54e1a63b781e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:53:34 2022 +0200

    gnu: r-nlme: Update to 3.1-159.
    
    * gnu/packages/statistics.scm (r-nlme): Update to 3.1-159.
---
 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 700030eaa5..3644f55121 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -677,13 +677,13 @@ and operations on them using LAPACK and SuiteSparse.")
 (define-public r-nlme
   (package
     (name "r-nlme")
-    (version "3.1-158")
+    (version "3.1-159")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "nlme" version))
        (sha256
-        (base32 "08xzaslqmbizj38v746hn09bi7k9h0vjhh0z7mv0c9xsq80v8nx5"))))
+        (base32 "1gqrv4skfgcny4pdpmymdwjcmsd3hla84s76g18dgqj665f5zc4v"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-lattice))



reply via email to

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