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

python311Packages.types-awscrt: 0.19.6 -> 0.19.7
This commit is contained in:
Fabian Affolter 2023-11-01 13:01:51 +01:00 committed by GitHub
commit e117f21458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "types-awscrt";
version = "0.19.6";
version = "0.19.7";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "types_awscrt";
inherit version;
hash = "sha256-GdSGfysTK7NPLdruHz/rp8xCqGivXgVcxqWAtC+heTM=";
hash = "sha256-OkqKWCnwpNgGR2vZTEp+IxpWGHn6xP4ERwWsxEshKmQ=";
};
nativeBuildInputs = [