Skip to content

Commit

Permalink
python311Packages.bthome-ble: 3.4.1 -> 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 19, 2024
1 parent 9751adf commit fa63ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/bthome-ble/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "bthome-ble";
version = "3.4.1";
version = "3.5.0";
format = "pyproject";

disabled = pythonOlder "3.9";
Expand All @@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "bthome-ble";
rev = "refs/tags/v${version}";
hash = "sha256-1Srimb+MfWiX5NdmDQHJsmn6LatWd8nmXaB4uXdHKWY=";
hash = "sha256-7/09RasnW4cTUbwf3N+9DxsGG9pCaqAODX2UNWvlxZg=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit fa63ccc

Please sign in to comment.