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

Configure Feed

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

python3Packages.meraki: 2.0.2 -> 2.0.3

R. Ryantm 61669115 8019c3d9

+2 -2
+2 -2
pkgs/development/python-modules/meraki/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "meraki"; 16 - version = "2.0.2"; 16 + version = "2.0.3"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.10"; ··· 22 22 owner = "meraki"; 23 23 repo = "dashboard-api-python"; 24 24 tag = version; 25 - hash = "sha256-n2iSnxdjMZvYTG/GWU4NnaoA4+A0JIhHj49j4+T10sU="; 25 + hash = "sha256-dAy295DB213TotVkVGvLYIzzHk1M9PycMNgyX+wD7ms="; 26 26 }; 27 27 28 28 pythonRelaxDeps = [