python3Packages.types-awscrt: 0.27.5 -> 0.27.6 (#433275)

This commit is contained in:
Fabian Affolter 2025-08-13 08:54:41 +02:00 committed by GitHub
commit dbcb088627
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "types-awscrt";
version = "0.27.5";
version = "0.27.6";
pyproject = true;
disabled = pythonOlder "3.8";
@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "types_awscrt";
inherit version;
hash = "sha256-ju/lDRcJUgZjt302Q6dyw1rOPYrPyylvhXYnYiyEy0w=";
hash = "sha256-nT8YZak7iywy8TdRSsiMsEi1vEOHOZRboZ2XJpiZW/s=";
};
build-system = [ setuptools ];