gnu: r-nloptr: Update to 1.2.2.3.

* gnu/packages/statistics.scm (r-nloptr): Update to 1.2.2.3.
This commit is contained in:
Ricardo Wurmus 2021-11-23 15:23:41 +01:00
parent 618134a410
commit 8e3189dc92
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5520,14 +5520,14 @@ (define-public r-quantreg
(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