guix-commits
[Top][All Lists]
Advanced

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

69/80: gnu: r-nlme: Update to 3.1-161.


From: guix-commits
Subject: 69/80: gnu: r-nlme: Update to 3.1-161.
Date: Mon, 19 Dec 2022 12:32:26 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 4f2159f534e2789cfd7026c989787f412acf0f7b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 19 17:07:31 2022 +0100

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



reply via email to

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