mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-locfit: Update to 1.5-9.6.
* gnu/packages/statistics.scm (r-locfit): Update to 1.5-9.6.
This commit is contained in:
parent
fbf2e460e1
commit
303a268001
1 changed files with 2 additions and 2 deletions
|
@ -1922,14 +1922,14 @@ (define-public r-formula
|
|||
(define-public r-locfit
|
||||
(package
|
||||
(name "r-locfit")
|
||||
(version "1.5-9.5")
|
||||
(version "1.5-9.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "locfit" version))
|
||||
(sha256
|
||||
(base32
|
||||
"08yywswywmvyys8380576n43h3xyiviq1p2392zcivlbknnjp7zx"))))
|
||||
"0xilf6gp3m8xla2fvxr491j31pvim707mnhswvm9yxnb0d09xs0y"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-lattice))
|
||||
|
|
Loading…
Reference in a new issue