python310Packages.zeroc-ice: 3.7.9 -> 3.7.9.1

This commit is contained in:
R. Ryantm 2023-06-29 20:52:02 +00:00
parent a72ba97e10
commit 30db154395

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "zeroc-ice";
version = "3.7.9";
version = "3.7.9.1";
src = fetchPypi {
inherit version pname;
hash = "sha256-q994axJexRU1SUlg9P71NvaZRpR9dj46GX85cbvMEy8=";
hash = "sha256-MOVsYfUq3n62hPEUIOGA75RviGofHcXaJKMnYERxg74=";
};
buildInputs = [ openssl bzip2 ];