python3Packages.minio: 7.2.18 -> 7.2.20 (#464802)

This commit is contained in:
dotlambda
2025-12-07 00:08:40 +00:00
committed by GitHub
@@ -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 = ''