Skip to content

Commit

Permalink
python312Packages.plugwise: 1.4.0 -> 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 23, 2024
1 parent 2c89157 commit ce653cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/plugwise/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "plugwise";
version = "1.4.0";
version = "1.4.1";
pyproject = true;

disabled = pythonOlder "3.11";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "plugwise";
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-CVgcqyg5DDtEJxE/oen5MJP+mV4B+Sq0uopEZTOCfV0=";
hash = "sha256-lMcehjG1Zc9s02MBsRUXZHQjxcrZetOgOSne0nCGVV0=";
};

postPatch = ''
Expand Down

0 comments on commit ce653cb

Please sign in to comment.