Unverified Commit 0492e77f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.pyaxencoapi: 1.0.6 -> 1.0.7 (#503733)

parents c54fdaed 5c333f25
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage (finalAttrs: {
  pname = "pyaxencoapi";
  version = "1.0.6";
  version = "1.0.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "AXENCO-FR";
    repo = "ha-py-axenco-api";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Tr5HPNUrbpapOcI8pyKnN25RgXh5AokWGQCe3X4645g=";
    hash = "sha256-Ml58+kstIpqQUXDt/jpZeR8ueu5U3nnH7hiUcZxveAM=";
  };

  build-system = [ setuptools ];