Skip to content

Commit 6df0429

Browse files
authored
python312Packages.govee-local-api: 1.5.1 -> 1.5.2 (#341461)
2 parents 240ac87 + 1e32d72 commit 6df0429

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/govee-local-api

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/govee-local-api/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
buildPythonPackage rec {
1111
pname = "govee-local-api";
12-
version = "1.5.1";
12+
version = "1.5.2";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.10";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
1818
owner = "Galorhallen";
1919
repo = "govee-local-api";
2020
rev = "refs/tags/v${version}";
21-
hash = "sha256-pmExXQmkkjeMHegXV/b94a95qkoOHA7SJOkR1NUV4lE=";
21+
hash = "sha256-sxxw/XAPENtNeY/64+pxnPgMBBM7+lpF52ixRm18d48=";
2222
};
2323

2424
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)