mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-numderiv: Update to 2016.8-1.1.
* gnu/packages/statistics.scm (r-numderiv): Update to 2016.8-1.1.
This commit is contained in:
parent
eb3f1c2d24
commit
303862330b
1 changed files with 2 additions and 2 deletions
|
@ -5377,14 +5377,14 @@ (define-public r-mnormt
|
|||
(define-public r-numderiv
|
||||
(package
|
||||
(name "r-numderiv")
|
||||
(version "2016.8-1")
|
||||
(version "2016.8-1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "numDeriv" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07ni52rwiap4wilfz94w5mrqaxr59axxmgn57857ip4p6qkiss0v"))))
|
||||
"0idk02pqkziik932bd8k72d1q775g1is3m4bc861pcxfz6gx3i6q"))))
|
||||
(properties `((upstream-name . "numDeriv")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/numDeriv")
|
||||
|
|
Loading…
Reference in a new issue