Merge pull request #283830 from fabaff/pyswitchbot-bump

python311Packages.pyswitchbot: 0.44.0 -> 0.44.1
This commit is contained in:
Fabian Affolter 2024-01-25 23:05:53 +01:00 committed by GitHub
commit d0c4dde311
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.44.0";
version = "0.44.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-8F0mcZuGU3CiB3pGbAVReKAjvqFLMNa3EHLOOVujgAo=";
hash = "sha256-i3OQ2QOBMaiNTyq44wbnHZ2iqAXEYB16NWKWzOza1Jo=";
};
nativeBuildInputs = [