guix-commits
[Top][All Lists]
Advanced

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

99/182: gnu: r-nlme: Update to 3.1-142.


From: guix-commits
Subject: 99/182: gnu: r-nlme: Update to 3.1-142.
Date: Fri, 15 Nov 2019 00:01:47 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit 16c50726437ba4bc17c9bb292a18366a232e5048
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Nov 8 12:57:24 2019 +0100

    gnu: r-nlme: Update to 3.1-142.
    
    * gnu/packages/statistics.scm (r-nlme): Update to 3.1-142.
---
 gnu/packages/statistics.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 4618c29..7e39f79 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -589,14 +589,13 @@ and operations on them using LAPACK and SuiteSparse.")
 (define-public r-nlme
   (package
     (name "r-nlme")
-    (version "3.1-141")
+    (version "3.1-142")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "nlme" version))
        (sha256
-        (base32
-         "0ml00g79bimjcl0sgn6h55l5b4gfmnsnc1vvmivggn0318k4c04i"))))
+        (base32 "0figfb1i22hfkkhzpprmpp723s01r43x725a1ab0pc9gsxqg90nx"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-lattice" ,r-lattice)))



reply via email to

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