python312Packages.types-awscrt: 0.23.1 -> 0.23.3

Changelog: https://github.com/youtype/types-awscrt/releases/tag/0.23.3
This commit is contained in:
Fabian Affolter 2024-12-04 15:14:26 +01:00
parent 11e7173cca
commit e51dba85ca

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "types-awscrt";
version = "0.23.1";
version = "0.23.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "types_awscrt";
inherit version;
hash = "sha256-ogtCXauyWLw9B6Xn3lA/2VWN0VQtct55bnTkAsbUk7I=";
hash = "sha256-BDwK4P5dJyYYKUy+rxw0mmVKn3wAEhvmTSdIaTOsSiY=";
};
build-system = [ setuptools ];