Archived
1
0
Fork 0

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:
Ricardo Wurmus 2023-09-14 00:04:09 +02:00
parent 7dd9d99f71
commit 982487c0fe
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21157,14 +21157,14 @@ user-defined patterns.")
(define-public r-minpack-lm
(package
(name "r-minpack-lm")
(version "1.2-3")
(version "1.2-4")
(source
(origin
(method url-fetch)
(uri (cran-uri "minpack.lm" version))
(sha256
(base32
"1w7f9zhqjzayppbd5r6wmlkzlv72nvg74cdjajd2qfq2kxkh59xz"))))
"0cg7arnmb7x6v5x487gkc2k4i5gchgdwblrrd0k0vw1w6pza83z3"))))
(properties `((upstream-name . "minpack.lm")))
(build-system r-build-system)
(native-inputs (list gfortran))