Unverified Commit 22b60da9 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #259023 from fabaff/types-awscrt-bump

python311Packages.types-awscrt: 0.19.1 -> 0.19.2
parents 60607a82 05075531
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

buildPythonPackage rec {
  pname = "types-awscrt";
  version = "0.19.1";
  version = "0.19.2";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "types_awscrt";
    inherit version;
    hash = "sha256-YYM6oUDnJKkJgCVhD0uM3j3PZbhCYx10RzePn1204f0=";
    hash = "sha256-2MN5QgunWx5DaH0SsLdypbsX81KFmivvaqjwq94SP1U=";
  };

  nativeBuildInputs = [