Merge pull request #325000 from fabaff/types-awscrt-bump

python312Packages.types-awscrt: 0.20.12 -> 0.21.0
This commit is contained in:
Nick Cao
2024-07-07 09:30:11 -04:00
committed by GitHub
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "types-awscrt";
version = "0.20.12";
version = "0.21.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "types_awscrt";
inherit version;
hash = "sha256-C+q93gIF3B2meepGT9P5i1cO9PD8glsVWpdPtRsh6Nk=";
hash = "sha256-Bqokf+XM8LhkKOUomuq/Z/ln4Qhh8hHBbBnn0lQqcKk=";
};
build-system = [ poetry-core ];