guix-commits
[Top][All Lists]
Advanced

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

03/104: gnu: r-nlme: Update to 3.1-141.


From: guix-commits
Subject: 03/104: gnu: r-nlme: Update to 3.1-141.
Date: Tue, 6 Aug 2019 09:50:18 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d6e54e70028816f92b98b525f0eaa6a1f355d04e
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Aug 6 13:46:46 2019 +0200

    gnu: r-nlme: Update to 3.1-141.
    
    * gnu/packages/statistics.scm (r-nlme): Update to 3.1-141.
---
 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 0e4e157..1777ad8 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -588,14 +588,14 @@ and operations on them using LAPACK and SuiteSparse.")
 (define-public r-nlme
   (package
     (name "r-nlme")
-    (version "3.1-140")
+    (version "3.1-141")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "nlme" version))
        (sha256
         (base32
-         "0k9x5j34fx093a023da9ny3b3101lbwpmfm27mkvfj950l22z88x"))))
+         "0ml00g79bimjcl0sgn6h55l5b4gfmnsnc1vvmivggn0318k4c04i"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-lattice" ,r-lattice)))



reply via email to

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