gnu: python-statsmodels: Update home-page url.

* gnu/packages/statistics.scm (home-page): Update home-page url.
[home-page]: Add package associated versioning to project website url.

Change-Id: I0909674d0f8c502aa55f4f7423308bd0eaaaf52e
This commit is contained in:
jgart 2023-12-12 22:11:11 -06:00
parent b0b9d757a7
commit 82d33ff33c
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -2437,7 +2437,8 @@ (define-public python-statsmodels
python-pytest-randomly
python-pytest-xdist
python-setuptools-scm))
(home-page "https://statsmodels.sourceforge.net/")
(home-page
(string-append "https://www.statsmodels.org/v" version "/"))
(synopsis "Statistical modeling and econometrics in Python")
(description
"Statsmodels is a Python package that provides a complement to scipy for