diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2026-07-12 15:37:42 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:23 +0100 |
| commit | 975037164b57df5e9bfce9d34a167d97c524b04c (patch) | |
| tree | 6ca6d9539223494ab869b8f1c5dad072c22716b4 /gnu/packages/python-science.scm | |
| parent | 82c0091495ce6c20a46cdeae9494ff040823912f (diff) | |
gnu: python-particle: Update to 1.0.0.
* gnu/packages/python-science.scm (python-particle): Update to 1.0.0.
[propagated-inputs]: Remove python-typing-extensions.
Relates-to: guix/guix!9885
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 815e942cabe..a206110f20b 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -2806,17 +2806,16 @@ numerical optimization package.") | |||
| 2806 | (define-public python-particle | 2806 | (define-public python-particle |
| 2807 | (package | 2807 | (package |
| 2808 | (name "python-particle") | 2808 | (name "python-particle") |
| 2809 | (version "0.26.1") | 2809 | (version "1.0.0") |
| 2810 | (source | 2810 | (source |
| 2811 | (origin | 2811 | (origin |
| 2812 | (method url-fetch) | 2812 | (method url-fetch) |
| 2813 | (uri (pypi-uri "particle" version)) | 2813 | (uri (pypi-uri "particle" version)) |
| 2814 | (sha256 | 2814 | (sha256 |
| 2815 | (base32 "1iwhfljihqlxacqxx9c782hp5mp54ks6fwzrirbdcmldmp89hxhh")))) | 2815 | (base32 "14h4nndm3pk97q05ic25m07ral501wl05sg8yc3ln15m3kn5s529")))) |
| 2816 | (build-system pyproject-build-system) | 2816 | (build-system pyproject-build-system) |
| 2817 | (propagated-inputs (list python-attrs | 2817 | (propagated-inputs (list python-attrs |
| 2818 | python-hepunits | 2818 | python-hepunits)) |
| 2819 | python-typing-extensions)) | ||
| 2820 | (native-inputs (list python-hatch-vcs | 2819 | (native-inputs (list python-hatch-vcs |
| 2821 | python-hatchling | 2820 | python-hatchling |
| 2822 | python-pandas | 2821 | python-pandas |
