gnu: r-minpack-lm: Update to 1.2-4.
* gnu/packages/cran.scm (r-minpack-lm): Update to 1.2-4.
This commit is contained in:
parent
7dd9d99f71
commit
982487c0fe
1 changed files with 2 additions and 2 deletions
|
@ -21157,14 +21157,14 @@ user-defined patterns.")
|
||||||
(define-public r-minpack-lm
|
(define-public r-minpack-lm
|
||||||
(package
|
(package
|
||||||
(name "r-minpack-lm")
|
(name "r-minpack-lm")
|
||||||
(version "1.2-3")
|
(version "1.2-4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "minpack.lm" version))
|
(uri (cran-uri "minpack.lm" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1w7f9zhqjzayppbd5r6wmlkzlv72nvg74cdjajd2qfq2kxkh59xz"))))
|
"0cg7arnmb7x6v5x487gkc2k4i5gchgdwblrrd0k0vw1w6pza83z3"))))
|
||||||
(properties `((upstream-name . "minpack.lm")))
|
(properties `((upstream-name . "minpack.lm")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs (list gfortran))
|
(native-inputs (list gfortran))
|
||||||
|
|
Reference in a new issue