me
/
guix
Archived
1
0
Fork 0

gnu: r-nlme: Update to 3.1-164.

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

Change-Id: I5fbdbd09d5e720a8a5ce01088f9d4b8e51805432
Ricardo Wurmus 2023-12-15 12:17:08 +01:00
parent fd4bb4a54d
commit 43a4104468
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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))