Unverified Commit 0cdad037 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.awscrt: 0.24.2 -> 0.25.7 (#396333)

parents e845d3c4 d83052ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "awscrt";
  version = "0.24.2";
  version = "0.25.7";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-sqa/+5nFbDYmjRNZrYM8F58xrnlsz77Zv1XDSEbhMdA=";
    hash = "sha256-Nd4fqCQqlRo7pbOl6P+/kdTGpr/o5IjIMIrP6KDFe3w=";
  };

  buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [