python310Packages.zeroc-ice: 3.7.8.2 -> 3.7.9

This commit is contained in:
R. Ryantm 2023-03-25 20:14:00 +00:00
parent c49c81e1f0
commit afeb7db834

View file

@ -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 ];