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

Configure Feed

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

python: hbmqtt: 0.9.4 -> 0.9.5

+2 -2
+2 -2
pkgs/development/python-modules/hbmqtt/default.nix
··· 3 3 4 4 buildPythonPackage rec { 5 5 pname = "hbmqtt"; 6 - version = "0.9.4"; 6 + version = "0.9.5"; 7 7 8 8 disabled = !isPy3k; 9 9 10 10 src = fetchPypi { 11 11 inherit pname version; 12 - sha256 = "48f2f3ef2beb9924a4c2c10263630e65cf8d11f72c812748a0b2c1b09499602b"; 12 + sha256 = "9886b1c8321d16e971376dc609b902e0c84118846642b5e09f08a4ca876a7f2a"; 13 13 }; 14 14 15 15 propagatedBuildInputs = [ transitions websockets passlib docopt pyyaml ];