python310Packages.minio: 7.1.13 -> 7.1.14

Diff: https://github.com/minio/minio-py/compare/refs/tags/7.1.13...7.1.14

Changelog: https://github.com/minio/minio-py/releases/tag/7.1.14
This commit is contained in:
Fabian Affolter 2023-04-30 00:41:22 +02:00
parent 8c9c892cbf
commit 19e090d9c9

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "minio";
version = "7.1.13";
version = "7.1.14";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "minio";
repo = "minio-py";
rev = "refs/tags/${version}";
hash = "sha256-Kn/I5q079b4vqi+jL/pcVKMqGgs+PYgMoByX8ZzgZ5M=";
hash = "sha256-GT9XMHzEOg04DZ/saacBfqAKc5A755m2zblJvwQjd1w=";
};
propagatedBuildInputs = [