gnu: r-nloptr: Update to 1.2.2.

* gnu/packages/statistics.scm (r-nloptr): Update to 1.2.2.
This commit is contained in:
Ricardo Wurmus 2020-03-01 22:56:35 +01:00
parent b3be560e23
commit 42c7f6e748
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5098,14 +5098,14 @@ (define-public r-quantreg
(define-public r-nloptr
(package
(name "r-nloptr")
(version "1.2.1")
(version "1.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "nloptr" version))
(sha256
(base32
"15yz60kljxwnhm2m3gryjzxl3ynhkhd5jiwc179b1hz6rlzf71hz"))))
"19k7nd3a7cg35k5i1cwj1lhgfs02jb7bc2gwlammpq6j41rh4vr7"))))
(build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr) ; for building vignettes