3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.govee-ble: 0.14.0 -> 0.14.1

This commit is contained in:
Martin Weinelt 2022-08-12 22:48:06 +02:00
parent f8f3210ddc
commit 1bfd675b55

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "govee-ble";
version = "0.14.0";
version = "0.14.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "v${version}";
hash = "sha256-iJ3fvbQBIk2fpCfz9/uvxk6WcGaL8OVDsNQux+pTBhM=";
hash = "sha256-gAhrhHTPwNipAFS22GXKjeVXqx0AGorvsqqEWKwRLzA=";
};
nativeBuildInputs = [