guix-commits
[Top][All Lists]
Advanced

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

04/15: gnu: r-nlme: Update to 3.1-131.1.


From: Ricardo Wurmus
Subject: 04/15: gnu: r-nlme: Update to 3.1-131.1.
Date: Mon, 19 Feb 2018 03:53:29 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ffa7fe3062d3d13779587bdd8fe9d03c12af29b9
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Feb 18 21:50:11 2018 +0100

    gnu: r-nlme: Update to 3.1-131.1.
    
    * gnu/packages/statistics.scm (r-nlme): Update to 3.1-131.1.
---
 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 5c7ca0d..cd03222 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -488,14 +488,14 @@ and operations on them using LAPACK and SuiteSparse.")
 (define-public r-nlme
   (package
     (name "r-nlme")
-    (version "3.1-131")
+    (version "3.1-131.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "nlme" version))
        (sha256
         (base32
-         "0k2nvdzhic6bzhfsbq6la6q6a1i5nlj4pnh6lpdxiiwvxdks3nkr"))))
+         "1xafi670a9jzb52kqxkacxfmy0viac3aql5byfq86kgkgla2sg0y"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-lattice" ,r-lattice)))



reply via email to

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