python3Packages.zeroc-ice: 3.7.10.1 -> 3.8.0.post1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:40:52 +01:00
parent 2f9c244ed3
commit 3dbb1e3082
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "zeroc-ice";
version = "3.7.10.1";
version = "3.8.0.post1";
pyproject = true;
# Upstream PR: https://github.com/zeroc-ice/ice/pull/2910
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "zeroc_ice";
inherit version;
hash = "sha256-sGOq/aNg33EfdpRVKbtUFXbyZr5B5dWi3Xf10yDBhmQ=";
hash = "sha256-SwR/4BSH/8+cYWVKA7aE3bnFOL52fWzynFehZr5VC9c=";
};
build-system = [ setuptools ];