python311Packages.types-awscrt: 0.19.8 -> 0.19.9

Changelog: https://github.com/youtype/types-awscrt/releases/tag/0.19.9
This commit is contained in:
Fabian Affolter 2023-11-09 10:46:39 +01:00
parent 43a394b99a
commit 443ff80fb0

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 = [