~ruther/guix-local

43a4104468cbec8d669125df7d3519cb7a8ce092 — Ricardo Wurmus 2 years ago fd4bb4a
gnu: r-nlme: Update to 3.1-164.

* gnu/packages/statistics.scm (r-nlme): Update to 3.1-164.

Change-Id: I5fbdbd09d5e720a8a5ce01088f9d4b8e51805432
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/statistics.scm
M gnu/packages/statistics.scm => gnu/packages/statistics.scm +2 -2
@@ 694,13 694,13 @@ and operations on them using LAPACK and SuiteSparse.")
(define-public r-nlme
  (package
    (name "r-nlme")
    (version "3.1-163")
    (version "3.1-164")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "nlme" version))
       (sha256
        (base32 "12hj7icn0xgsm67awzf8x8afhckxmb98rci9c7gsizdp9x6gyikx"))))
        (base32 "1s6lpp4hpjhyn7ygfngw2f60a40kbbikd0y2wqzbhdvhrqha19br"))))
    (build-system r-build-system)
    (propagated-inputs
     (list r-lattice))