Merge pull request #263610 from fabaff/bellows-bump

python311Packages.bellows: 0.36.7 -> 0.36.8

authored by

Nick Cao and committed by
GitHub
70802973 caeeaa16

+2 -2
+2 -2
pkgs/development/python-modules/bellows/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "bellows"; 18 - version = "0.36.7"; 18 + version = "0.36.8"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.8"; ··· 24 24 owner = "zigpy"; 25 25 repo = "bellows"; 26 26 rev = "refs/tags/${version}"; 27 - hash = "sha256-j7Awqt14/J0BbYcKwIR10UtVeqt9BpQkzT8dqGRVEOU="; 27 + hash = "sha256-+p3As+fi6mw9i5q2klFTM9QQ2JoQarwrphc6tB6C94M="; 28 28 }; 29 29 30 30 propagatedBuildInputs = [