mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
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:
parent
b0b9d757a7
commit
82d33ff33c
1 changed files with 2 additions and 1 deletions
|
@ -2437,7 +2437,8 @@ (define-public python-statsmodels
|
||||||
python-pytest-randomly
|
python-pytest-randomly
|
||||||
python-pytest-xdist
|
python-pytest-xdist
|
||||||
python-setuptools-scm))
|
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")
|
(synopsis "Statistical modeling and econometrics in Python")
|
||||||
(description
|
(description
|
||||||
"Statsmodels is a Python package that provides a complement to scipy for
|
"Statsmodels is a Python package that provides a complement to scipy for
|
||||||
|
|
Loading…
Reference in a new issue