Unverified Commit 9726b214 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

python311Packages.minio: 7.2.5 -> 7.2.6
parents 6e647a09 f700a861
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

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

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

  postPatch = ''