Skip to content

Commit

Permalink
python312Packages.pyswitchbot: 0.54.0 -> 0.55.4 (#367751)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 25, 2024
2 parents 8765af2 + 39b7639 commit dd19a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyswitchbot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.54.0";
version = "0.55.4";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-bKAVSg1WvovLiNHz5bejePEd4+foMuG1VItWKzlQc60=";
hash = "sha256-On/FKfdiqx28MCx1kCcstb90iT1e20c84hHxdQSIark=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit dd19a73

Please sign in to comment.