python312Packages.minio: 7.2.7 -> 7.2.8

This commit is contained in:
R. Ryantm
2024-08-17 16:13:40 +00:00
parent b959f399d2
commit bd8dec23eb
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "minio";
version = "7.2.7";
version = "7.2.8";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "minio";
repo = "minio-py";
rev = "refs/tags/${version}";
hash = "sha256-Qb3KPwSODtIqwS4FfR+DHphx4duPsNdMlHt2rpdV2+Y=";
hash = "sha256-BWzG8qYfTxk59lRAAL78YFCuHku8L2VxCSNpbi8Dr3k=";
};
postPatch = ''