Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.awscrt: 0.22.0 -> 0.23.0

+2 -2
+2 -2
pkgs/development/python-modules/awscrt/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "awscrt"; 15 - version = "0.22.0"; 15 + version = "0.23.0"; 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-TKKwtJMo8D9aPd4tVlEy34rXTLonNSYS7Nn+JQXh13A="; 22 + hash = "sha256-/fV2FX2CMt3jjpnJ4XjhfWVa1yWmWna7eYO/6npPxig="; 23 23 }; 24 24 25 25 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [