diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2026-07-17 22:09:39 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:26 +0100 |
| commit | ad632b5d49e0f1abdcc08039376d484cb2034c84 (patch) | |
| tree | 71289d32ab003f92f6029a882bf31764dca0e6fb /gnu/packages/statistics.scm | |
| parent | af5e089bd5abb02817429c213193eb5f2216b2da (diff) | |
gnu: python-statsmodels: Update to 0.14.6.
* gnu/packages/statistics.scm (python-statsmodels): Update to 0.14.6.
Relates-to: guix/guix!10013
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/statistics.scm')
| -rw-r--r-- | gnu/packages/statistics.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 5dabf487986..7bf0bf8e015 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm | |||
| @@ -1477,13 +1477,13 @@ test and add statistical annotations on plots generated with seaborn.") | |||
| 1477 | (define-public python-statsmodels | 1477 | (define-public python-statsmodels |
| 1478 | (package | 1478 | (package |
| 1479 | (name "python-statsmodels") | 1479 | (name "python-statsmodels") |
| 1480 | (version "0.14.5") | 1480 | (version "0.14.6") |
| 1481 | (source | 1481 | (source |
| 1482 | (origin | 1482 | (origin |
| 1483 | (method url-fetch) | 1483 | (method url-fetch) |
| 1484 | (uri (pypi-uri "statsmodels" version)) | 1484 | (uri (pypi-uri "statsmodels" version)) |
| 1485 | (sha256 | 1485 | (sha256 |
| 1486 | (base32 "1pvd3k3jr9akfl7zk90s7a2wmmikf8smmd9mz3fwxlngric0w9ny")) | 1486 | (base32 "0akck6d1iwqsmg6l9iwzv3ly92ddgbnx8v0jhn5kjzb07qyqf5sd")) |
| 1487 | (modules '((guix build utils))) | 1487 | (modules '((guix build utils))) |
| 1488 | (snippet | 1488 | (snippet |
| 1489 | '(for-each delete-file (find-files "." "\\.c$"))))) | 1489 | '(for-each delete-file (find-files "." "\\.c$"))))) |
| @@ -1516,7 +1516,7 @@ test and add statistical annotations on plots generated with seaborn.") | |||
| 1516 | (list python-cython | 1516 | (list python-cython |
| 1517 | python-matplotlib | 1517 | python-matplotlib |
| 1518 | python-setuptools | 1518 | python-setuptools |
| 1519 | python-setuptools-scm)) | 1519 | python-setuptools-scm)) ;to ensure the proper version is set |
| 1520 | (home-page | 1520 | (home-page |
| 1521 | (string-append "https://www.statsmodels.org/v" version "/")) | 1521 | (string-append "https://www.statsmodels.org/v" version "/")) |
| 1522 | (synopsis "Statistical modeling and econometrics in Python") | 1522 | (synopsis "Statistical modeling and econometrics in Python") |
