about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-01-19 10:24:09 +0100
committerGitHub <noreply@github.com>2024-01-19 10:24:09 +0100
commit8938b027694c3df872932b32650655e5c5815647 (patch)
tree0827dab691446c251a302e035ba36f7401bacd25 /pkgs
parentee2771e8cbed5280409ca69faedfdf4396147b6a (diff)
parentfa63ccce212167d22d572f0f11a99f5f1685e875 (diff)
downloadnixlib-8938b027694c3df872932b32650655e5c5815647.tar
nixlib-8938b027694c3df872932b32650655e5c5815647.tar.gz
nixlib-8938b027694c3df872932b32650655e5c5815647.tar.bz2
nixlib-8938b027694c3df872932b32650655e5c5815647.tar.lz
nixlib-8938b027694c3df872932b32650655e5c5815647.tar.xz
nixlib-8938b027694c3df872932b32650655e5c5815647.tar.zst
nixlib-8938b027694c3df872932b32650655e5c5815647.zip
Merge pull request #281970 from fabaff/bthome-ble-bump
python311Packages.bthome-ble: 3.4.1 -> 3.5.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/bthome-ble/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bthome-ble/default.nix b/pkgs/development/python-modules/bthome-ble/default.nix
index 746c918120ec..faa8582b6b22 100644
--- a/pkgs/development/python-modules/bthome-ble/default.nix
+++ b/pkgs/development/python-modules/bthome-ble/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "bthome-ble";
-  version = "3.4.1";
+  version = "3.5.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -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 = [