Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #232506 from fabaff/yalexs-ble-bump

python311Packages.yalexs-ble: 2.1.16 -> 2.1.17

authored by Nick Cao and committed by GitHub ca2a9aba 34b064be

+2 -2
+2 -2
pkgs/development/python-modules/yalexs-ble/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "yalexs-ble"; 17 - version = "2.1.16"; 17 + version = "2.1.17"; 18 18 format = "pyproject"; 19 19 20 20 disabled = pythonOlder "3.9"; ··· 23 23 owner = "bdraco"; 24 24 repo = pname; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-dA0g5HAvbnN1t2D+JTfphxZUEbUT7NBLY6oCKFNf5E8="; 26 + hash = "sha256-mN3/spDTWJfSCsKcRV24+tIjWmxI1gsO5qGuAZykWY0="; 27 27 }; 28 28 29 29 nativeBuildInputs = [