Skip to content

Commit

Permalink
Merge pull request #307956 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.minio

python311Packages.minio: 7.2.5 -> 7.2.6
  • Loading branch information
NickCao committed Apr 30, 2024
2 parents 6e647a0 + f700a86 commit 9726b21
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 @@ -21,7 +21,7 @@

buildPythonPackage rec {
pname = "minio";
version = "7.2.5";
version = "7.2.6";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "minio";
repo = "minio-py";
rev = "refs/tags/${version}";
hash = "sha256-Xb6XaGI/bwkhp6YKgoqi5Tbs74pSXc6aJpWVUgG5uR4=";
hash = "sha256-zK+D2DNgh1cASdA2gstNW0ODUu7Dn6vMY01mcrdSSo0=";
};

postPatch = ''
Expand Down

0 comments on commit 9726b21

Please sign in to comment.