Unverified Commit 624d2fbc authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.awscrt: 0.21.5 -> 0.22.0 (#346744)

parents 6e76dfd4 cf15cf1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "awscrt";
  version = "0.21.5";
  version = "0.22.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-fsKmevMPvzhklN8Au9+Zb3AkAA32sBqxYAFK/vK5EAU=";
    hash = "sha256-TKKwtJMo8D9aPd4tVlEy34rXTLonNSYS7Nn+JQXh13A=";
  };

  buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [