python311Packages.types-s3transfer: 0.8.2 -> 0.10.0

This commit is contained in:
Fabian Affolter
2023-12-26 10:05:19 +01:00
parent d33f2cd470
commit 2314f8dfe2
@@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "types-s3transfer";
version = "0.8.2";
version = "0.10.0";
pyproject = true;
src = fetchPypi {
pname = "types_s3transfer";
inherit version;
hash = "sha256-LkF1b8+Ud1qZSa+oVkiaxFcDCGCbBJPfvXtNMz60I+Y=";
hash = "sha256-NeSZjCXff4mFrWne3I5IYOivO0O3YV6UDVPADUE73Gk=";
};
nativeBuildInputs = [