gnu: r-nnls: Update to 1.5.

* gnu/packages/cran.scm (r-nnls): Update to 1.5.
This commit is contained in:
Ricardo Wurmus 2023-09-14 00:04:09 +02:00
parent 2dac269403
commit 7dd9d99f71
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -18882,14 +18882,14 @@ inventor of the SOM.")
(define-public r-nnls
(package
(name "r-nnls")
(version "1.4")
(version "1.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "nnls" version))
(sha256
(base32
"07vcrrxvswrvfiha6f3ikn640yg0m2b4yd9lkmim1g0jmsmpfp8f"))))
"0lilga63p7k5mkkfcf5p3swx76vwysl979jxszm6svzqhsrgww6d"))))
(build-system r-build-system)
(native-inputs (list gfortran))
(home-page "https://cran.r-project.org/web/packages/nnls")