Commit 086fee0c authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.minio: 7.2.17 -> 7.2.18

parent f15bc496
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

buildPythonPackage rec {
  pname = "minio";
  version = "7.2.17";
  version = "7.2.18";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
    owner = "minio";
    repo = "minio-py";
    tag = version;
    hash = "sha256-SP681EBKSyLl9V1TaI/7jsQOLPKKI+XwkR6hpoaSG/Y=";
    hash = "sha256-2SmqtCWOwmSxi9vsBvH2bhYiUwc2LyZ/zO2jJpnhPDw=";
  };

  postPatch = ''