nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.yalexs-ble: 2.1.16 -> 2.1.17

Diff: https://github.com/bdraco/yalexs-ble/compare/refs/tags/v2.1.16...v2.1.17

Changelog: https://github.com/bdraco/yalexs-ble/blob/v2.1.17/CHANGELOG.md

+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 = [