Merge pull request #164953 from r-ryantm/auto-update/python3.10-awscrt

python310Packages.awscrt: 0.13.5 -> 0.13.6

authored by

Ryan Mulligan and committed by
GitHub
1cec41b7 85a633de

+2 -2
+2 -2
pkgs/development/python-modules/awscrt/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "awscrt"; 15 - version = "0.13.5"; 15 + version = "0.13.6"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.6"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - hash = "sha256-dUNljMKsbl6eByhEYivWgRJczTBw3N1RVl8r3e898mg="; 22 + hash = "sha256-aZ1Mquc4IfrdWjOaHMipjNb6gLGGbdKS8ah5b33eqGo="; 23 23 }; 24 24 25 25 buildInputs = lib.optionals stdenv.isDarwin [