me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-locfit): Update to 1.5-9.4.
master
Ricardo Wurmus 2020-03-27 11:20:41 +01:00
parent c99880320d
commit 37732212a3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1762,14 +1762,14 @@ side.")
(define-public r-locfit (define-public r-locfit
(package (package
(name "r-locfit") (name "r-locfit")
(version "1.5-9.2") (version "1.5-9.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "locfit" version)) (uri (cran-uri "locfit" version))
(sha256 (sha256
(base32 (base32
"00l0s6cxnv95zybkgki0380fih2kr1kbm7m88x56phklln3nx27b")))) "1vcw16qww4v4547w0gfvhqg60l051bsdlxa6zfcgcj9xbxf6dlyr"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-lattice" ,r-lattice))) `(("r-lattice" ,r-lattice)))