gnu: r-nlme: Update to 3.1-160.
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-160.
This commit is contained in:
parent
c5bda90c2f
commit
271c745914
1 changed files with 2 additions and 2 deletions
|
@ -679,13 +679,13 @@ (define-public r-matrix
|
|||
(define-public r-nlme
|
||||
(package
|
||||
(name "r-nlme")
|
||||
(version "3.1-159")
|
||||
(version "3.1-160")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "nlme" version))
|
||||
(sha256
|
||||
(base32 "1gqrv4skfgcny4pdpmymdwjcmsd3hla84s76g18dgqj665f5zc4v"))))
|
||||
(base32 "024a1pfdbv5dp1cbfk424n1rwfxw4g92yrjcfy1v0xj834ilcifl"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-lattice))
|
||||
|
|
Loading…
Reference in a new issue