gnu: r-nlme: Update to 3.1-140.
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-140.
This commit is contained in:
parent
ee7e2ebf61
commit
bf5320aaf5
|
@ -586,14 +586,14 @@ and operations on them using LAPACK and SuiteSparse.")
|
||||||
(define-public r-nlme
|
(define-public r-nlme
|
||||||
(package
|
(package
|
||||||
(name "r-nlme")
|
(name "r-nlme")
|
||||||
(version "3.1-139")
|
(version "3.1-140")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "nlme" version))
|
(uri (cran-uri "nlme" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fap121c18nbznyzvnqvsdiszg2nbmkas6zhgrz1f8jiv1lzqq04"))))
|
"0k9x5j34fx093a023da9ny3b3101lbwpmfm27mkvfj950l22z88x"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-lattice" ,r-lattice)))
|
`(("r-lattice" ,r-lattice)))
|
||||||
|
|
Loading…
Reference in New Issue