lol
0
fork

Configure Feed

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

python310Packages.bellows: 0.34.2 -> 0.34.3

+2 -2
+2 -2
pkgs/development/python-modules/bellows/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "bellows"; 20 - version = "0.34.2"; 20 + version = "0.34.3"; 21 21 format = "setuptools"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "zigpy"; 25 25 repo = "bellows"; 26 26 rev = "refs/tags/${version}"; 27 - sha256 = "sha256-78LUQBFV4TFPDLiSHBG+RLnQLaCPX4LZpow9aszQAQA="; 27 + sha256 = "sha256-7jaXNz7i+kF64T+5/QWKGpxHCkg/M9U2hbWrVB2tjH8="; 28 28 }; 29 29 30 30 propagatedBuildInputs = [