Skip to content

Commit 0d9bf79

Browse files
authored
python313Packages.pyhomee: 1.2.7 -> 1.2.8 (#391838)
2 parents 94c4dbe + 49c57e7 commit 0d9bf79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pyhomee/default.nix

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

1010
buildPythonPackage rec {
1111
pname = "pyhomee";
12-
version = "1.2.7";
12+
version = "1.2.8";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "Taraman17";
1717
repo = "pyHomee";
1818
tag = "v${version}";
19-
hash = "sha256-ZXb8xDSV6LNcMRUlbLQgK3QTEpiA3pof8sl7uD0blbY=";
19+
hash = "sha256-GBDnfMkQB8BSiYDyoz2l2XHPuMpf6WsjalNYvSREqK8=";
2020
};
2121

2222
build-system = [ setuptools ];

0 commit comments

Comments
 (0)