Merge pull request #223131 from r-ryantm/auto-update/python310Packages.zeroc-ice

python310Packages.zeroc-ice: 3.7.8.2 -> 3.7.9
This commit is contained in:
Weijia Wang
2023-03-29 00:35:16 +03:00
committed by GitHub
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "zeroc-ice";
version = "3.7.8.2";
version = "3.7.9";
src = fetchPypi {
inherit version pname;
hash = "sha256-ZDiiyNT871XMDHNPOhKHm4NzgXHcJ0fN/iO4sEz8pRE=";
hash = "sha256-q994axJexRU1SUlg9P71NvaZRpR9dj46GX85cbvMEy8=";
};
buildInputs = [ openssl bzip2 ];