lol

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

python311Packages.types-awscrt: 0.19.8 -> 0.19.9

authored by

OTABI Tomoya and committed by
GitHub
7f24be48 c5c5d763

+2 -2
+2 -2
pkgs/development/python-modules/types-awscrt/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "types-awscrt"; 10 - version = "0.19.8"; 10 + version = "0.19.9"; 11 11 format = "pyproject"; 12 12 13 13 disabled = pythonOlder "3.7"; ··· 15 15 src = fetchPypi { 16 16 pname = "types_awscrt"; 17 17 inherit version; 18 - hash = "sha256-otU0twF8NHbuaaRL2K6vO1iMQrqoMiRz0QCkXuZ1ENc="; 18 + hash = "sha256-vVno8ql7e9N0Xj+GALDtgAZBRrN1NxVcUIJuKNJIZDA="; 19 19 }; 20 20 21 21 nativeBuildInputs = [