diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-08 23:24:41 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-08 23:26:00 +0100 |
| commit | b95eed260a861c4f4bed8e82757caaf043d129fe (patch) | |
| tree | 5adf5bdbc3df7adf7759b4ea405680d008a03969 /gnu/packages | |
| parent | 0802e11791c807e55bbfb4687a6731b8975ff654 (diff) | |
gnu: python-george: Update to 0.4.4.
* gnu/packages/statistics.scm (python-george): Update to 0.4.4.
[native-inputs]: Remove cmake-minimal and pybind11-2; add pybind11.
Change-Id: Idc70fe7e2139b57d375593e92d93e04f461faca3
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/statistics.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 46940d1d6d6..15ce61809ed 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm | |||
| @@ -971,17 +971,16 @@ sampler for Markov chain Monte Carlo (MCMC).") | |||
| 971 | (define-public python-george | 971 | (define-public python-george |
| 972 | (package | 972 | (package |
| 973 | (name "python-george") | 973 | (name "python-george") |
| 974 | (version "0.4.3") | 974 | (version "0.4.4") |
| 975 | (source | 975 | (source |
| 976 | (origin | 976 | (origin |
| 977 | (method url-fetch) | 977 | (method url-fetch) |
| 978 | (uri (pypi-uri "george" version)) | 978 | (uri (pypi-uri "george" version)) |
| 979 | (sha256 | 979 | (sha256 |
| 980 | (base32 "1zvbdq50ds820aj06lr2nrzwg121bkd9bg0aq83gvk7lf8yqgp4v")))) | 980 | (base32 "1s01nnlwrffqp935jxzj9wm5a8v5cgavwlnw91yac4nhvq5f3xfv")))) |
| 981 | (build-system pyproject-build-system) | 981 | (build-system pyproject-build-system) |
| 982 | (native-inputs | 982 | (native-inputs |
| 983 | (list cmake-minimal | 983 | (list pybind11 ;XXX: remove when python-team is merged |
| 984 | pybind11-2 | ||
| 985 | python-pytest | 984 | python-pytest |
| 986 | python-scikit-build-core | 985 | python-scikit-build-core |
| 987 | python-setuptools-scm)) | 986 | python-setuptools-scm)) |
