python3Packages.types-s3transfer: 0.12.0 -> 0.13.0 (#412427)

This commit is contained in:
Fabian Affolter
2025-06-02 14:25:39 +02:00
committed by GitHub
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "types-s3transfer";
version = "0.12.0";
version = "0.13.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "types_s3transfer";
inherit version;
hash = "sha256-+PWSAUgekENihzvwvjJn8lnWCtlG69/LhH0JKh+ib5g=";
hash = "sha256-ID2ty5hlwvaPtEvARA4dwFt5GXukpkHAl2wmya9171I=";
};
build-system = [ setuptools ];