guix-commits
[Top][All Lists]
Advanced

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

179/218: gnu: r-nlme: Update to 3.1-160.


From: guix-commits
Subject: 179/218: gnu: r-nlme: Update to 3.1-160.
Date: Fri, 4 Nov 2022 05:15:06 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 271c7459141e5879e5bb789c8901351b0363b914
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Nov 4 09:59:02 2022 +0100

    gnu: r-nlme: Update to 3.1-160.
    
    * gnu/packages/statistics.scm (r-nlme): Update to 3.1-160.
---
 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 0dbec4c566..455ee7d5b6 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -679,13 +679,13 @@ and operations on them using LAPACK and SuiteSparse.")
 (define-public r-nlme
   (package
     (name "r-nlme")
-    (version "3.1-159")
+    (version "3.1-160")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "nlme" version))
        (sha256
-        (base32 "1gqrv4skfgcny4pdpmymdwjcmsd3hla84s76g18dgqj665f5zc4v"))))
+        (base32 "024a1pfdbv5dp1cbfk424n1rwfxw4g92yrjcfy1v0xj834ilcifl"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-lattice))



reply via email to

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