me
/
guix
Archived
1
0
Fork 0

gnu: r-minpack-lm: Update to 1.2-3.

* gnu/packages/cran.scm (r-minpack-lm): Update to 1.2-3.
master
Ricardo Wurmus 2023-02-18 16:08:37 +01:00
parent caca5ea6fc
commit b2f8ddfaa3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18854,14 +18854,14 @@ marginal histograms/boxplots/density plots to ggplot2 scatterplots.")
(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))