Merge pull request #271712 from fabaff/types-s3transfer-bump

python311Packages.types-s3transfer: 0.8.1 -> 0.8.2
This commit is contained in:
Fabian Affolter 2023-12-03 16:21:45 +01:00 committed by GitHub
commit 4b9cbf7591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "types-s3transfer";
version = "0.8.1";
version = "0.8.2";
pyproject = true;
src = fetchPypi {
pname = "types_s3transfer";
inherit version;
hash = "sha256-tng+wpElwAtWCzVNL+KhhdxcznahfCOsLWMGdK+nAEA=";
hash = "sha256-LkF1b8+Ud1qZSa+oVkiaxFcDCGCbBJPfvXtNMz60I+Y=";
};
nativeBuildInputs = [