Merge pull request from r-ryantm/auto-update/python3.10-govee-ble

python310Packages.govee-ble: 0.17.2 -> 0.17.3
This commit is contained in:
Fabian Affolter 2022-09-23 08:40:13 +02:00 committed by GitHub
commit bb1f433565
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "govee-ble";
version = "0.17.2";
version = "0.17.3";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -20,8 +20,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = pname;
rev = "v${version}";
hash = "sha256-Kj1RCDQiDAt01yjoRVPdpi2dlF8V1rwnx+n7WGTRdQ0=";
rev = "refs/tags/v${version}";
hash = "sha256-0tUTqSxpOYhdrXbe0/Rqr9HkQ8kJKJFK6GHLX6740hc=";
};
nativeBuildInputs = [