python3Packages.awscrt: 0.27.5 -> 0.27.6

R. Ryantm f0ae0ece aebb3107

Changed files
+2 -2
pkgs
development
python-modules
awscrt
+2 -2
pkgs/development/python-modules/awscrt/default.nix
···
buildPythonPackage rec {
pname = "awscrt";
-
version = "0.27.5";
+
version = "0.27.6";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
-
hash = "sha256-2TYEuzld19s3aWvLtHDtK9E/cgSExsTJ9GzzpoIF9xk=";
+
hash = "sha256-RfPdCz+xPfvqhW3ZbJrP53vrpXubAZRE7pYu0rdidt0=";
};
build-system = [ setuptools ];