andreas pushed a commit to branch python-team
in repository guix.
commit e1b17598321a8eae5298f5887dc9af437684cb34
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 31 08:18:29 2025 +0200
gnu: python-zeroc-ice: Update to 3.7.10.1.
* gnu/packages/python-xyz.scm (python-zeroc-ice): Update to 3.7.10.1.
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8aa9185f58..4a9bf658bc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -40482,13 +40482,13 @@ read all zbar supported codes.")
(define-public python-zeroc-ice
(package
(name "python-zeroc-ice")
- (version "3.7.9")
+ (version "3.7.10.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "zeroc-ice" version))
(sha256
(base32
- "0bqkrjxp2fbz34x3wxkxji39kxinypzg8q2994sibiay29mpipxb"))))
+ "0r46q4hd7xbpvnidbra1prkg4xhmajxjjmclfqgp3pv0lgyslqxh"))))
(build-system pyproject-build-system)
(inputs (list openssl))
(native-inputs (list python-setuptools python-wheel))