gnu: r-nlme: Update to 3.1-131.1.
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-131.1.
This commit is contained in:
parent
9800f7d9e8
commit
ffa7fe3062
1 changed files with 2 additions and 2 deletions
|
@ -488,14 +488,14 @@ (define-public r-matrix
|
|||
(define-public r-nlme
|
||||
(package
|
||||
(name "r-nlme")
|
||||
(version "3.1-131")
|
||||
(version "3.1-131.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "nlme" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0k2nvdzhic6bzhfsbq6la6q6a1i5nlj4pnh6lpdxiiwvxdks3nkr"))))
|
||||
"1xafi670a9jzb52kqxkacxfmy0viac3aql5byfq86kgkgla2sg0y"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-lattice" ,r-lattice)))
|
||||
|
|
Loading…
Reference in a new issue