gnu: r-minpack-lm: Update to 1.2-2.
* gnu/packages/cran.scm (r-minpack-lm): Update to 1.2-2.
This commit is contained in:
parent
d8a7ea0073
commit
a3613ed76d
1 changed files with 2 additions and 2 deletions
|
@ -16509,14 +16509,14 @@ (define-public r-ggextra
|
|||
(define-public r-minpack-lm
|
||||
(package
|
||||
(name "r-minpack-lm")
|
||||
(version "1.2-1")
|
||||
(version "1.2-2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "minpack.lm" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18ym2pdql5vzngc7q5gn66d153hrfrnd8ilv8yh6vd7j7sx7vjql"))))
|
||||
"11yz6hk2r33571d16kq01cb1x6sgdzi6jmksqlrm8mr84l95c2f7"))))
|
||||
(properties `((upstream-name . "minpack.lm")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list gfortran))
|
||||
|
|
Loading…
Reference in a new issue