gnu: r-locfit: Update to 1.5-9.5.

* gnu/packages/statistics.scm (r-locfit): Update to 1.5-9.5.
This commit is contained in:
Ricardo Wurmus 2022-03-15 14:28:48 +01:00
parent b0e3061665
commit 4bc8d24e16
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1908,14 +1908,14 @@ (define-public r-formula
(define-public r-locfit
(package
(name "r-locfit")
(version "1.5-9.4")
(version "1.5-9.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "locfit" version))
(sha256
(base32
"1vcw16qww4v4547w0gfvhqg60l051bsdlxa6zfcgcj9xbxf6dlyr"))))
"08yywswywmvyys8380576n43h3xyiviq1p2392zcivlbknnjp7zx"))))
(build-system r-build-system)
(propagated-inputs
(list r-lattice))