me
/
guix
Archived
1
0
Fork 0

gnu: r-nloptr: Update to 1.2.2.3.

* gnu/packages/statistics.scm (r-nloptr): Update to 1.2.2.3.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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