diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-08-05 10:00:17 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:31 +0100 |
| commit | 01c902512745297c13b562d709a68fd41f1dae81 (patch) | |
| tree | d68d61e0ee624554576059968ad5d721a6239705 | |
| parent | edca3954b6cdce970772eb4a6b61a8e465c09d5a (diff) | |
gnu: python-lifelines: Update to 0.30.3.
* gnu/packages/statistics.scm (python-lifelines): Update to 0.30.3.
[propagated-inputs]: Replace python-pandas by python-pandas-2.
Relates-to: guix/guix!10354
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -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 6bb6e14783a..e7a2bf1fb5b 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm | |||
| @@ -1357,13 +1357,13 @@ new data from those PDFs.") | |||
| 1357 | (define-public python-lifelines | 1357 | (define-public python-lifelines |
| 1358 | (package | 1358 | (package |
| 1359 | (name "python-lifelines") | 1359 | (name "python-lifelines") |
| 1360 | (version "0.30.0") | 1360 | (version "0.30.3") |
| 1361 | (source | 1361 | (source |
| 1362 | (origin | 1362 | (origin |
| 1363 | (method url-fetch) | 1363 | (method url-fetch) |
| 1364 | (uri (pypi-uri "lifelines" version)) | 1364 | (uri (pypi-uri "lifelines" version)) |
| 1365 | (sha256 | 1365 | (sha256 |
| 1366 | (base32 "065yajlfydi7x7b1sjxp9h3rqgwrd3w9ivxiyph7y5nbbwkzdxpp")))) | 1366 | (base32 "0zwbd5nai17r575chlnpay51byd0c33kk3wln9xhqa54mpnf1ldc")))) |
| 1367 | (build-system pyproject-build-system) | 1367 | (build-system pyproject-build-system) |
| 1368 | (arguments | 1368 | (arguments |
| 1369 | (list | 1369 | (list |
| @@ -1386,7 +1386,7 @@ new data from those PDFs.") | |||
| 1386 | python-formulaic | 1386 | python-formulaic |
| 1387 | python-matplotlib | 1387 | python-matplotlib |
| 1388 | python-numpy | 1388 | python-numpy |
| 1389 | python-pandas | 1389 | python-pandas-2 |
| 1390 | python-scipy)) | 1390 | python-scipy)) |
| 1391 | (home-page "https://github.com/CamDavidsonPilon/lifelines") | 1391 | (home-page "https://github.com/CamDavidsonPilon/lifelines") |
| 1392 | (synopsis | 1392 | (synopsis |
