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

python311Packages.xknx: 2.9.0 -> 2.10.0

Diff: https://github.com/XKNX/xknx/compare/refs/tags/2.9.0...2.10.0

Changelog: https://github.com/XKNX/xknx/releases/tag/2.10.0

+2 -2
+2 -2
pkgs/development/python-modules/xknx/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "xknx"; 15 - version = "2.9.0"; 15 + version = "2.10.0"; 16 16 format = "pyproject"; 17 17 18 18 disabled = pythonOlder "3.8"; ··· 21 21 owner = "XKNX"; 22 22 repo = pname; 23 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-1Nt69lIle4vKSXfsTKWry1DXqCBEvBJz2JOOWrUYdX4="; 24 + hash = "sha256-3eSS3V1EgLRf8lB3icG4pNGq0VbXjfgwEQ91mMRKyAE="; 25 25 }; 26 26 27 27 nativeBuildInputs = [