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 8 buildPythonPackage rec { 9 pname = "types-awscrt"; 10 - version = "0.19.8"; 11 format = "pyproject"; 12 13 disabled = pythonOlder "3.7"; ··· 15 src = fetchPypi { 16 pname = "types_awscrt"; 17 inherit version; 18 - hash = "sha256-otU0twF8NHbuaaRL2K6vO1iMQrqoMiRz0QCkXuZ1ENc="; 19 }; 20 21 nativeBuildInputs = [
··· 7 8 buildPythonPackage rec { 9 pname = "types-awscrt"; 10 + version = "0.19.9"; 11 format = "pyproject"; 12 13 disabled = pythonOlder "3.7"; ··· 15 src = fetchPypi { 16 pname = "types_awscrt"; 17 inherit version; 18 + hash = "sha256-vVno8ql7e9N0Xj+GALDtgAZBRrN1NxVcUIJuKNJIZDA="; 19 }; 20 21 nativeBuildInputs = [