guix-commits
[Top][All Lists]
Advanced

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

02/89: gnu: r-nlme: Update to 3.1-148.


From: guix-commits
Subject: 02/89: gnu: r-nlme: Update to 3.1-148.
Date: Thu, 11 Jun 2020 11:04:05 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 06dfe35322406bb3f995331e49df5070e1fb7b3e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 11 14:29:39 2020 +0200

    gnu: r-nlme: Update to 3.1-148.
    
    * gnu/packages/statistics.scm (r-nlme): Update to 3.1-148.
---
 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 a15baf2..9479456 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -599,13 +599,13 @@ and operations on them using LAPACK and SuiteSparse.")
 (define-public r-nlme
   (package
     (name "r-nlme")
-    (version "3.1-147")
+    (version "3.1-148")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "nlme" version))
        (sha256
-        (base32 "1rqc3wy3lmy0wczsvsn8yszzsxhppfwg4iznb1j6ki2qawpdij7g"))))
+        (base32 "1cmf43r82kar1hpj9dhqfi3rbjka0z5s6cbdy7fklwh99xj3phkp"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-lattice" ,r-lattice)))



reply via email to

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