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

python3Packages.minio: 7.2.16 -> 7.2.17 (#446674)

parents efa06ad7 5b656039
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.16";
  version = "7.2.17";
  pyproject = true;

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

  postPatch = ''