guix-commits
[Top][All Lists]
Advanced

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

79/96: gnu: r-nlme: Update to 3.1-152.


From: guix-commits
Subject: 79/96: gnu: r-nlme: Update to 3.1-152.
Date: Wed, 10 Feb 2021 19:06:49 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9236cd7c9e92fcbfe2b492277870d522c64cba1f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 00:56:27 2021 +0100

    gnu: r-nlme: Update to 3.1-152.
    
    * gnu/packages/statistics.scm (r-nlme): Update to 3.1-152.
---
 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 cd65324..43866a9 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -608,13 +608,13 @@ and operations on them using LAPACK and SuiteSparse.")
 (define-public r-nlme
   (package
     (name "r-nlme")
-    (version "3.1-151")
+    (version "3.1-152")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "nlme" version))
        (sha256
-        (base32 "1jl6x0glpyszy6bkbcggm3f10jl4kldhs5q561k85xcbssx2dim2"))))
+        (base32 "0pji9vvmjqyk8b7lhxsixnagsrz2hmnwy6ilc2gg5ji1y6qx2rav"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-lattice" ,r-lattice)))



reply via email to

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