Merge pull request #129617 from fabaff/bump-minio

python3Packages.minio: 7.0.4 -> 7.1.0
This commit is contained in:
Sandro 2021-07-08 12:18:48 +02:00 committed by GitHub
commit c795cba81e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "minio";
version = "7.0.4";
version = "7.1.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "minio";
repo = "minio-py";
rev = version;
sha256 = "sha256-4O6WhBoMNpqv1OEewkbA5a8hYH56liF7GrfxkooQ6Fo=";
sha256 = "sha256-0N9hPjGGYHFyGzEWWDnW7KsPQtv0y/j/lCBLNC9IlpA=";
};
propagatedBuildInputs = [