lol

Merge pull request #260652 from fabaff/awscrt-bump

python311Packages.awscrt: 0.19.1 -> 0.19.2

authored by

OTABI Tomoya and committed by
GitHub
2c05f678 03370e43

+2 -2
+2 -2
pkgs/development/python-modules/awscrt/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "awscrt"; 15 - version = "0.19.1"; 15 + version = "0.19.2"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.7"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - hash = "sha256-kXf/TKw0YkWuSWNc1rQqbb3q4XWCRRkBAiDUisX/8UI="; 22 + hash = "sha256-7qIPIZW2OiNTV/obZmqInQtfw9GIgQe1Gh3GuAlwHLI="; 23 23 }; 24 24 25 25 buildInputs = lib.optionals stdenv.isDarwin [