mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-nlme: Update to 3.1-139.
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-139.
This commit is contained in:
parent
9f2a87d1bf
commit
79d8fdcce3
1 changed files with 2 additions and 2 deletions
|
@ -570,14 +570,14 @@ (define-public r-matrix
|
|||
(define-public r-nlme
|
||||
(package
|
||||
(name "r-nlme")
|
||||
(version "3.1-137")
|
||||
(version "3.1-139")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "nlme" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11vyxxc0n36vb8d8g02zr0402ymicvbifwdsqm7gy9iqqnwrn101"))))
|
||||
"0fap121c18nbznyzvnqvsdiszg2nbmkas6zhgrz1f8jiv1lzqq04"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-lattice" ,r-lattice)))
|
||||
|
|
Loading…
Reference in a new issue