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>
This commit is contained in:
Nicolas Graves 2025-03-31 08:18:29 +02:00 committed by Andreas Enge
parent 0ba4394718
commit e1b1759832
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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))