python310Packages.pyswitchbee: 1.6.2 -> 1.7.3

Changelog: https://github.com/jafar-atili/pySwitchbee/releases/tag/1.7.3
This commit is contained in:
Fabian Affolter 2022-12-14 13:39:30 +01:00 committed by Martin Weinelt
parent 7d7fb2d1ae
commit 579e34761f

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pyswitchbee";
version = "1.6.2";
version = "1.7.3";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "jafar-atili";
repo = "pySwitchbee";
rev = "refs/tags/${version}";
hash = "sha256-MDutpeHI6MW1VwCRTPJK/y08ee4eidOHluMf6lPQfEk=";
hash = "sha256-M3sxxBp4IoqZLX9Lyw35Z0zkV6fDT7AkeDOcdPN5k7w=";
};
postPatch = ''