python3Packages.minio: 7.2.18 -> 7.2.20

This commit is contained in:
R. Ryantm
2025-12-01 03:55:29 +00:00
parent 64de27c1c9
commit 67959116aa
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "minio";
version = "7.2.18";
version = "7.2.20";
pyproject = true;
src = fetchFromGitHub {
owner = "minio";
repo = "minio-py";
tag = version;
hash = "sha256-2SmqtCWOwmSxi9vsBvH2bhYiUwc2LyZ/zO2jJpnhPDw=";
hash = "sha256-k7bMXEwRNqx5a6qz4+Yxs/zMANReHFKU2Ks/GSD4JKo=";
};
postPatch = ''