Merge pull request #294401 from r-ryantm/auto-update/python311Packages.minio

python311Packages.minio: 7.2.4 -> 7.2.5
This commit is contained in:
Nick Cao 2024-03-08 21:37:39 -05:00 committed by GitHub
commit e45a7037b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "minio";
version = "7.2.4";
version = "7.2.5";
pyproject = true;
disabled = pythonOlder "3.7";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "minio";
repo = "minio-py";
rev = "refs/tags/${version}";
hash = "sha256-26naoSccz/LEf56iQIePrNKllq6XkEQD9Peld7VeGqY=";
hash = "sha256-Xb6XaGI/bwkhp6YKgoqi5Tbs74pSXc6aJpWVUgG5uR4=";
};
postPatch = ''