Unverified Commit 6227dbe2 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

python3Packages.awsiotsdk: 1.28.2 -> 1.29.0 (#513574)

parents c01e4a0c 834ac879
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage (finalAttrs: {
  pname = "awsiotsdk";
  version = "1.28.2";
  version = "1.29.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "aws";
    repo = "aws-iot-device-sdk-python-v2";
    tag = "v${finalAttrs.version}";
    hash = "sha256-uhuKHn2aCqdJ1mN7Rp9/RNEuAv9STtgqpjF3Cjvw2pg=";
    hash = "sha256-YSBtViejJFlu3r38Kx1sn+TNkfq0+Zy/KfoBlJdj5Gg=";
  };

  postPatch = ''