Skip to content

Commit 3982384

Browse files
authored
python313Packages.bthome-ble: 3.14.2 -> 3.15.0 (#454265)
2 parents 8311016 + 9daf354 commit 3982384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/bthome-ble/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515
buildPythonPackage rec {
1616
pname = "bthome-ble";
17-
version = "3.14.2";
17+
version = "3.15.0";
1818
pyproject = true;
1919

2020
src = fetchFromGitHub {
2121
owner = "Bluetooth-Devices";
2222
repo = "bthome-ble";
2323
tag = "v${version}";
24-
hash = "sha256-kxKQnHrRZE7ugrRn7VSwQ99TtEX/DmH5x4Yy22UsXjA=";
24+
hash = "sha256-AFALd5owqwaXPiMs0zHkGKpNqcpKG2O/JXXvuEF4d3s=";
2525
};
2626

2727
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)