mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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
|
(define-public r-nlme
|
||||||
(package
|
(package
|
||||||
(name "r-nlme")
|
(name "r-nlme")
|
||||||
(version "3.1-159")
|
(version "3.1-160")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "nlme" version))
|
(uri (cran-uri "nlme" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1gqrv4skfgcny4pdpmymdwjcmsd3hla84s76g18dgqj665f5zc4v"))))
|
(base32 "024a1pfdbv5dp1cbfk424n1rwfxw4g92yrjcfy1v0xj834ilcifl"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-lattice))
|
(list r-lattice))
|
||||||
|
|
Loading…
Reference in a new issue