lol

python313Packages.eufylife-ble-client: 0.1.9 -> 0.1.10

+2 -2
+2 -2
pkgs/development/python-modules/eufylife-ble-client/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "eufylife-ble-client"; 14 - version = "0.1.9"; 14 + version = "0.1.10"; 15 15 format = "pyproject"; 16 16 17 17 disabled = pythonOlder "3.9"; ··· 19 19 src = fetchPypi { 20 20 pname = "eufylife_ble_client"; 21 21 inherit version; 22 - hash = "sha256-frW65AIaT4Vol/iI8oq4uCN5aoTLj+v63y3AvhUn3jg="; 22 + hash = "sha256-hfUsFifkwr5qhYM6Otlxo4AAGu967p/eWCR+yBrC4eM="; 23 23 }; 24 24 25 25 nativeBuildInputs = [ poetry-core ];