guix-commits
[Top][All Lists]
Advanced

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

92/133: gnu: r-nlme: Update to 3.1-153.


From: guix-commits
Subject: 92/133: gnu: r-nlme: Update to 3.1-153.
Date: Thu, 30 Sep 2021 06:43:28 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 669d047e8270843a68ab6be578076a8d8ed38cca
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 15:33:35 2021 +0200

    gnu: r-nlme: Update to 3.1-153.
    
    * gnu/packages/statistics.scm (r-nlme): Update to 3.1-153.
---
 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 5feea3e..5e55ee9 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -616,13 +616,13 @@ and operations on them using LAPACK and SuiteSparse.")
 (define-public r-nlme
   (package
     (name "r-nlme")
-    (version "3.1-152")
+    (version "3.1-153")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "nlme" version))
        (sha256
-        (base32 "0pji9vvmjqyk8b7lhxsixnagsrz2hmnwy6ilc2gg5ji1y6qx2rav"))))
+        (base32 "1qw0sq64iybyidj0s8m76z4i1gxb1fn27s29i63fw5hvvy7aj9rx"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-lattice" ,r-lattice)))



reply via email to

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