Merge pull request #260154 from fabaff/eufylife-ble-client-bump

python311Packages.eufylife-ble-client: 0.1.7 -> 0.1.8

authored by

Fabian Affolter and committed by
GitHub
cdc2be86 906535b6

+2 -2
+2 -2
pkgs/development/python-modules/eufylife-ble-client/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "eufylife-ble-client"; 13 - version = "0.1.7"; 13 + version = "0.1.8"; 14 14 format = "pyproject"; 15 15 16 16 disabled = pythonOlder "3.9"; ··· 18 18 src = fetchPypi { 19 19 pname = "eufylife_ble_client"; 20 20 inherit version; 21 - hash = "sha256-Vt9hHUVAM0d+BcotPUD9v8jXrcg7lEDVChLENUHd3rY="; 21 + hash = "sha256-1pnT5B+m2/IDqHqOIZdDx8WwBdZpJe1Bj/HaxY+VW1Y="; 22 22 }; 23 23 24 24 nativeBuildInputs = [