Commit 44d1ad8e authored by Fabian Affolter's avatar Fabian Affolter Committed by Jörg Thalheim
Browse files

python311Packages.types-awscrt: 0.19.12 -> 0.19.13

parent 887b38a0
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.12";
  version = "0.19.13";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "types_awscrt";
    inherit version;
    hash = "sha256-KbJBIVxl622kZPEeIyiTEEky/DxKShyJGSFYv2YEveY=";
    hash = "sha256-N0erJxk0FN47IClSt0YiSYH58j9ysQFscSShN7rAD3s=";
  };

  nativeBuildInputs = [