Unverified Commit 768e0cf4 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #286434 from r-ryantm/auto-update/python312Packages.pyhomematic

python312Packages.pyhomematic: 0.1.77 -> 0.1.78
parents 189aa314 a3130c9d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage rec {
  pname = "pyhomematic";
  version = "0.1.77";
  version = "0.1.78";
  format = "setuptools";

  disabled = !isPy3k;

  src = fetchPypi {
    inherit pname version;
    sha256 = "00d95c21b95a17bc07586f69c976fb343a103adc0954d7b2d56c7160665625cb";
    sha256 = "sha256-uB9aDa1urIwL2DBdBwPi0sHWPW7SUZ3EaAjuMLSOudc=";
  };

  checkPhase = ''