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

python311Packages.types-awscrt: 0.19.18 -> 0.20.0
This commit is contained in:
Mario Rodas
2023-12-26 07:10:17 -05:00
committed by GitHub
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "types-awscrt";
version = "0.19.18";
version = "0.20.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "types_awscrt";
inherit version;
hash = "sha256-T1pZyHwFgraev5lNYU4Pt2zC0KXsPzLk0dscCRhnzdM=";
hash = "sha256-mXeMlS4erhDMelNGhBMAEXcCbJQ0NFvwASC7LqW3kQk=";
};
nativeBuildInputs = [