python312Packages.types-awscrt: 0.21.0 -> 0.21.2

Changelog: https://github.com/youtype/types-awscrt/releases/tag/0.21.2
This commit is contained in:
Fabian Affolter 2024-07-23 21:53:34 +02:00
parent 564ea40f6f
commit 06a0a3353a

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "types-awscrt";
version = "0.21.0";
version = "0.21.2";
pyproject = true;
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "types_awscrt";
inherit version;
hash = "sha256-Bqokf+XM8LhkKOUomuq/Z/ln4Qhh8hHBbBnn0lQqcKk=";
hash = "sha256-hKn09CLsUlwxT99Uwjoec+37zsloVglDyi1Bz65iOzg=";
};
build-system = [ poetry-core ];