gnu: r-nloptr: Update to 1.2.2.3.
* gnu/packages/statistics.scm (r-nloptr): Update to 1.2.2.3.master
parent
618134a410
commit
8e3189dc92
|
@ -5520,14 +5520,14 @@ expected shortfall risk are also included.")
|
|||
(define-public r-nloptr
|
||||
(package
|
||||
(name "r-nloptr")
|
||||
(version "1.2.2.2")
|
||||
(version "1.2.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "nloptr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0whkilb85k4wixvr3k7rygfw1rcs1fs9h8c18kz4p3y1k9hsj3p8"))))
|
||||
"1zznk9f2w2g02zqzay21k8xqzfvc6icxfzp6bx2wpd77sm7vf25g"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr) ; for building vignettes
|
||||
|
|
Reference in New Issue