diff options
author | Andreas Enge <andreas@enge.fr> | 2025-07-17 23:13:35 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-17 23:13:35 +0200 |
commit | 5dcf4c4bf2899c99c11d29c05eeb705197789446 (patch) | |
tree | 2f9b0b63089a856e13da11a469deb428d17f572a | |
parent | 825b18b9c6ca5b5b30bbd03b8b7d4b3d57c89a23 (diff) |
gnu: python-shapely: Update to 2.1.1.core-packages-team
* gnu/packages/python-xyz.scm (python-shapely): Update to 2.1.1.
Change-Id: I535568979f8578186c64a22437032d0890d873f6
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 33d39af8ee..8ccaa1ff92 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3628,13 +3628,13 @@ command-line applications.") (define-public python-shapely (package (name "python-shapely") - (version "2.0.5") + (version "2.1.1") (source (origin (method url-fetch) (uri (pypi-uri "shapely" version)) (sha256 - (base32 "0cpyziixzdj7xqkya4k6fwr0qmrw8k84fsrx6p5sdgw6qxmkdwmz")))) + (base32 "0wi71vyjyb04lbw6kkl9vcsmn7n28j8002288m19dziggyb221jh")))) (build-system pyproject-build-system) (arguments (list |