gnu: r-nlme: Update to 3.1-149.
authorRicardo Wurmus <rekado@elephly.net>
Sun, 30 Aug 2020 21:28:59 +0000 (23:28 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Sun, 30 Aug 2020 21:29:57 +0000 (23:29 +0200)
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-149.

gnu/packages/statistics.scm

index bae80ab..a9807cb 100644 (file)
@@ -599,13 +599,13 @@ and operations on them using LAPACK and SuiteSparse.")
 (define-public r-nlme
   (package
     (name "r-nlme")
-    (version "3.1-148")
+    (version "3.1-149")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "nlme" version))
        (sha256
-        (base32 "1cmf43r82kar1hpj9dhqfi3rbjka0z5s6cbdy7fklwh99xj3phkp"))))
+        (base32 "16n39v36hdp5vy3s3xqgs6ai0vgzx6j2py7ghpljdahndbqn6qn9"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-lattice" ,r-lattice)))