mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-nloptr: Update to 1.2.2.
* gnu/packages/statistics.scm (r-nloptr): Update to 1.2.2.
This commit is contained in:
parent
b3be560e23
commit
42c7f6e748
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue