Skip to content

Commit

Permalink
Merge pull request #286434 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.pyhomematic

python312Packages.pyhomematic: 0.1.77 -> 0.1.78
  • Loading branch information
fabaff authored Feb 5, 2024
2 parents 189aa31 + a3130c9 commit 768e0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyhomematic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 768e0cf

Please sign in to comment.