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

python311Packages.types-awscrt: 0.19.8 -> 0.19.9
This commit is contained in:
OTABI Tomoya 2023-11-09 20:58:48 +09:00 committed by GitHub
commit 7f24be48be
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.8";
version = "0.19.9";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "types_awscrt";
inherit version;
hash = "sha256-otU0twF8NHbuaaRL2K6vO1iMQrqoMiRz0QCkXuZ1ENc=";
hash = "sha256-vVno8ql7e9N0Xj+GALDtgAZBRrN1NxVcUIJuKNJIZDA=";
};
nativeBuildInputs = [