python3Packages.minio: 7.2.14 -> 7.2.15

https://github.com/minio/minio-py/releases/tag/7.2.15

+1 -1
+1 -1
pkgs/development/python-modules/minio/default.nix
··· 65 65 meta = with lib; { 66 66 description = "Simple APIs to access any Amazon S3 compatible object storage server"; 67 67 homepage = "https://github.com/minio/minio-py"; 68 - changelog = "https://github.com/minio/minio-py/releases/tag/${version}"; 68 + changelog = "https://github.com/minio/minio-py/releases/tag/${src.tag}"; 69 69 maintainers = with maintainers; [ peterromfeldhk ]; 70 70 license = licenses.asl20; 71 71 };