mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-locfit: Update to 1.5-9.2.
* gnu/packages/statistics.scm (r-locfit): Update to 1.5-9.2.
This commit is contained in:
parent
e0d6a7da74
commit
f871696911
1 changed files with 2 additions and 2 deletions
|
@ -1762,14 +1762,14 @@ (define-public r-formula
|
|||
(define-public r-locfit
|
||||
(package
|
||||
(name "r-locfit")
|
||||
(version "1.5-9.1")
|
||||
(version "1.5-9.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "locfit" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lafrmq1q7x026m92h01hc9cjjiximqqi3v1g2hw7ai9vf7i897m"))))
|
||||
"00l0s6cxnv95zybkgki0380fih2kr1kbm7m88x56phklln3nx27b"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-lattice" ,r-lattice)))
|
||||
|
|
Loading…
Reference in a new issue