Skip to content

Commit

Permalink
python312Packages.minio: 7.2.9 -> 7.2.10 (#351125)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Oct 29, 2024
2 parents bd4f0f6 + 679802a commit 8a2cc6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/minio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

buildPythonPackage rec {
pname = "minio";
version = "7.2.9";
version = "7.2.10";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "minio";
repo = "minio-py";
rev = "refs/tags/${version}";
hash = "sha256-ObbU0skqNBebkmX5gtJ9/QHlSZFB3tvaFnitmD+lKBc=";
hash = "sha256-vPIMYaCt2f1OXPUtaw0OXMEADHNCv4DxpueZSyJiYqA=";
};

postPatch = ''
Expand Down

0 comments on commit 8a2cc6b

Please sign in to comment.