mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-nlme: Update to 3.1-164.
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-164. Change-Id: I5fbdbd09d5e720a8a5ce01088f9d4b8e51805432
This commit is contained in:
parent
fd4bb4a54d
commit
43a4104468
1 changed files with 2 additions and 2 deletions
|
@ -694,13 +694,13 @@ (define-public r-matrix
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue