Commit 86cc8e8c authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.awscrt: 0.28.4 -> 0.29.0

parent 0a344e2c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "awscrt";
  version = "0.28.4";
  version = "0.29.0";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-0oNQlOktCj0XItA6/VSYMRWyFy1XWBpmStairz0zwSw=";
    hash = "sha256-D6GHTFohd2G2IlQ5PTq3r2v+qUfLqH044XEdV2/WPTE=";
  };

  build-system = [ setuptools ];