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