Merge pull request #291194 from fabaff/habluetooth-bump

python311Packages.habluetooth: 2.4.0 -> 2.4.1

authored by Fabian Affolter and committed by GitHub e0b47c43 4d472cd8

+2 -2
+2 -2
pkgs/development/python-modules/habluetooth/default.nix
··· 16 17 buildPythonPackage rec { 18 pname = "habluetooth"; 19 - version = "2.4.0"; 20 pyproject = true; 21 22 disabled = pythonOlder "3.10"; ··· 25 owner = "Bluetooth-Devices"; 26 repo = "habluetooth"; 27 rev = "refs/tags/v${version}"; 28 - hash = "sha256-bZtcvidjUhlb9ML1UIP00yqJ+KnJig5i0j/tAZSK7+Y="; 29 }; 30 31 postPatch = ''
··· 16 17 buildPythonPackage rec { 18 pname = "habluetooth"; 19 + version = "2.4.1"; 20 pyproject = true; 21 22 disabled = pythonOlder "3.10"; ··· 25 owner = "Bluetooth-Devices"; 26 repo = "habluetooth"; 27 rev = "refs/tags/v${version}"; 28 + hash = "sha256-Ka8WqOYsZFvNl7uOsGR6S4entw7GTnF9MZcOB3uJMvg="; 29 }; 30 31 postPatch = ''