diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-03-31 08:18:29 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:23 +0200 |
commit | e1b17598321a8eae5298f5887dc9af437684cb34 (patch) | |
tree | 9b7570209efd4f71e0b5228530f4fec86ecdbdaf /gnu/packages/python-xyz.scm | |
parent | 0ba4394718ee22d5b6c41a9036887d5fa580d656 (diff) |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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 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)) |