Skip to content

Commit

Permalink
python312Packages.govee-local-api: 2.0.0 -> 2.0.1 (NixOS#381726)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Feb 13, 2025
2 parents 6b29714 + 2035d8d commit 9bfef53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/govee-local-api/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "govee-local-api";
version = "2.0.0";
version = "2.0.1";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Galorhallen";
repo = "govee-local-api";
tag = "v${version}";
hash = "sha256-1n5HPFI/E/I4eepnpQg8hhIksr48igVy56gQ0UiMYHU=";
hash = "sha256-Y5818sePEg6t5EQgmG97MCXXECvJniCpNYHGN8BLXS8=";
};

postPatch = ''
Expand Down

0 comments on commit 9bfef53

Please sign in to comment.