me
/
guix
Archived
1
0
Fork 0

gnu: r-nlme: Update to 3.1-147.

* gnu/packages/statistics.scm (r-nlme): Update to 3.1-147.
master
Ricardo Wurmus 2020-04-14 15:24:31 +02:00
parent 22a98cda38
commit 14fd16ff83
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -590,13 +590,13 @@ and operations on them using LAPACK and SuiteSparse.")
(define-public r-nlme
(package
(name "r-nlme")
(version "3.1-145")
(version "3.1-147")
(source
(origin
(method url-fetch)
(uri (cran-uri "nlme" version))
(sha256
(base32 "1i9a3afdmn2ziks0imz0j09ay9n0zb9mhrymy9mg97vvlz5diwrh"))))
(base32 "1rqc3wy3lmy0wczsvsn8yszzsxhppfwg4iznb1j6ki2qawpdij7g"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)))