python311Packages.types-awscrt: 0.19.10 -> 0.19.12

Changelog: https://github.com/youtype/types-awscrt/releases/tag/0.19.12
This commit is contained in:
Fabian Affolter 2023-11-16 08:45:25 +01:00
parent e5bad1e607
commit 786273629a

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "types-awscrt";
version = "0.19.10";
version = "0.19.12";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "types_awscrt";
inherit version;
hash = "sha256-YowjnLt7eCBzBfklBOEEDRClp/ToA3KLi+xuftUoti4=";
hash = "sha256-KbJBIVxl622kZPEeIyiTEEky/DxKShyJGSFYv2YEveY=";
};
nativeBuildInputs = [