Skip to content

Commit

Permalink
Merge pull request NixOS#152919 from fabaff/bump-hahomematic
Browse files Browse the repository at this point in the history
python3Packages.hahomematic: 0.9.0 -> 0.9.1
  • Loading branch information
fabaff authored Dec 31, 2021
2 parents c5938b1 + d18cb53 commit ffbffe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/hahomematic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

buildPythonPackage rec {
pname = "hahomematic";
version = "0.9.0";
version = "0.9.1";
format = "setuptools";

disabled = pythonOlder "3.9";
Expand All @@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = version;
sha256 = "sha256-Tp8m5Kw+mubJXKgov+CbfwtzWYzmqyjK1Q9gRkivTxk=";
sha256 = "sha256-sxYa0SCsX1NZlCRMIpwyU1KPEteVH5HGLx1dFsbiu/E=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit ffbffe2

Please sign in to comment.