lol

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

python310Packages.awscrt: 0.13.6 -> 0.13.7

authored by

Fabian Affolter and committed by
GitHub
e79298b7 1510ef31

+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.6"; 15 + version = "0.13.7"; 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-aZ1Mquc4IfrdWjOaHMipjNb6gLGGbdKS8ah5b33eqGo="; 22 + hash = "sha256-FCmdYuXh8+nWfeGbJ9IhfwASFsZoxOp7jL+5/TrtG5Q="; 23 23 }; 24 24 25 25 buildInputs = lib.optionals stdenv.isDarwin [