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: pyunifi: 2.19.0 -> 2.20.1

+2 -2
+2 -2
pkgs/development/python-modules/pyunifi/default.nix
··· 3 3 4 4 buildPythonPackage rec { 5 5 pname = "pyunifi"; 6 - version = "2.19.0"; 6 + version = "2.20.1"; 7 7 8 8 src = fetchPypi { 9 9 inherit pname version; 10 - sha256 = "f022eb2135b88a9d391f4553fac1bf90f3808d660fd0058203f6f9e57214626b"; 10 + sha256 = "b52d1b0d87365fcfed8572b5dbd8d675bffece4ab3484bf083863f278c727d3d"; 11 11 }; 12 12 13 13 propagatedBuildInputs = [ requests ];