guix-commits
[Top][All Lists]
Advanced

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

18/26: gnu: r-nlme: Update to 3.1-143.


From: guix-commits
Subject: 18/26: gnu: r-nlme: Update to 3.1-143.
Date: Sun, 15 Dec 2019 17:16:53 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a2e3f27e1f46f3b0f0a8902bb5b5f9a04148cbfd
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:51:39 2019 +0100

    gnu: r-nlme: Update to 3.1-143.
    
    * gnu/packages/statistics.scm (r-nlme): Update to 3.1-143.
---
 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 811033f..3b6abba 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-142")
+    (version "3.1-143")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "nlme" version))
        (sha256
-        (base32 "0figfb1i22hfkkhzpprmpp723s01r43x725a1ab0pc9gsxqg90nx"))))
+        (base32 "13iixbs2ibldc75rl7rav5n5kx33zwm33xnfw1yvlkpcqf38bd22"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-lattice" ,r-lattice)))



reply via email to

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