python3Packages.minio: 7.2.14 -> 7.2.15
https://github.com/minio/minio-py/releases/tag/7.2.15
This commit is contained in:
@@ -65,7 +65,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Simple APIs to access any Amazon S3 compatible object storage server";
|
||||
homepage = "https://github.com/minio/minio-py";
|
||||
changelog = "https://github.com/minio/minio-py/releases/tag/${version}";
|
||||
changelog = "https://github.com/minio/minio-py/releases/tag/${src.tag}";
|
||||
maintainers = with maintainers; [ peterromfeldhk ];
|
||||
license = licenses.asl20;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user