guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit fc5d63355e5ee1702346480f25e3fa049f19cf5b
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Sun Jul 12 15:37:42 2026 +0200
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 <[email protected]>
---
gnu/packages/python-science.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index f93f3c7431..dd374ff3d8 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2881,17 +2881,16 @@ numerical optimization package.")
(define-public python-particle
(package
(name "python-particle")
- (version "0.26.1")
+ (version "1.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "particle" version))
(sha256
- (base32 "1iwhfljihqlxacqxx9c782hp5mp54ks6fwzrirbdcmldmp89hxhh"))))
+ (base32 "14h4nndm3pk97q05ic25m07ral501wl05sg8yc3ln15m3kn5s529"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-attrs
- python-hepunits
- python-typing-extensions))
+ python-hepunits))
(native-inputs (list python-hatch-vcs
python-hatchling
python-pandas