python310Packages.types-awscrt: 0.19.9 -> 0.19.10

This commit is contained in:
R. Ryantm
2023-11-12 02:05:04 +00:00
parent 647a6f42ee
commit 698161e0b1
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "types-awscrt";
version = "0.19.9";
version = "0.19.10";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "types_awscrt";
inherit version;
hash = "sha256-vVno8ql7e9N0Xj+GALDtgAZBRrN1NxVcUIJuKNJIZDA=";
hash = "sha256-YowjnLt7eCBzBfklBOEEDRClp/ToA3KLi+xuftUoti4=";
};
nativeBuildInputs = [