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

python310Packages.zeroc-ice: 3.7.9 -> 3.7.9.1
This commit is contained in:
Weijia Wang 2023-06-30 10:31:11 +03:00 committed by GitHub
commit 4146326a91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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