guix-commits
[Top][All Lists]
Advanced

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

06/105: gnu: r-nlme: Update to 3.1-144.


From: guix-commits
Subject: 06/105: gnu: r-nlme: Update to 3.1-144.
Date: Wed, 19 Feb 2020 15:47:45 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 304ea861c339c19371cf4dc84c5cb614003c0a30
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Feb 19 20:55:26 2020 +0100

    gnu: r-nlme: Update to 3.1-144.
    
    * gnu/packages/statistics.scm (r-nlme): Update to 3.1-144.
---
 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 3dce917..a48749f 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -590,13 +590,13 @@ and operations on them using LAPACK and SuiteSparse.")
 (define-public r-nlme
   (package
     (name "r-nlme")
-    (version "3.1-143")
+    (version "3.1-144")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "nlme" version))
        (sha256
-        (base32 "13iixbs2ibldc75rl7rav5n5kx33zwm33xnfw1yvlkpcqf38bd22"))))
+        (base32 "1gqyq53fdq23wsi3f4n9vg4mn5i0v18zam5lnzlpg581xifx2779"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-lattice" ,r-lattice)))



reply via email to

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