Merge pull request #209749 from r-ryantm/auto-update/python310Packages.minio

python310Packages.minio: 7.1.12 -> 7.1.13

authored by

Fabian Affolter and committed by
GitHub
aca6ac32 d3cdbe2c

+3 -2
+3 -2
pkgs/development/python-modules/minio/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "minio"; 19 - version = "7.1.12"; 19 + version = "7.1.13"; 20 20 format = "setuptools"; 21 21 22 22 disabled = pythonOlder "3.7"; ··· 25 25 owner = "minio"; 26 26 repo = "minio-py"; 27 27 rev = "refs/tags/${version}"; 28 - hash = "sha256-9BjKoBQdkqkNK6StsiP0L3S5Dn8y53K5VghUIpIt46k="; 28 + hash = "sha256-Kn/I5q079b4vqi+jL/pcVKMqGgs+PYgMoByX8ZzgZ5M="; 29 29 }; 30 30 31 31 propagatedBuildInputs = [ ··· 56 56 meta = with lib; { 57 57 description = "Simple APIs to access any Amazon S3 compatible object storage server"; 58 58 homepage = "https://github.com/minio/minio-py"; 59 + changelog = "https://github.com/minio/minio-py/releases/tag/${version}"; 59 60 maintainers = with maintainers; [ peterromfeldhk ]; 60 61 license = licenses.asl20; 61 62 };