Commit 711b1983 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.awscrt: 0.26.1 -> 0.27.1

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

buildPythonPackage rec {
  pname = "awscrt";
  version = "0.26.1";
  version = "0.27.1";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-qNY6fcxkhMXBZ1sxqNG2cmw9yFsTeW+xQ9+wByJgk14=";
    hash = "sha256-/OuYnJEAGTTHp2TlwLpo18vTOeBUJg3DUpHzJFuIWcs=";
  };

  build-system = [ setuptools ];