python312Packages.meraki: 1.49.0 -> 1.50.0

This commit is contained in:
R. Ryantm
2024-09-13 08:56:15 +00:00
parent a0620779ec
commit 6c842b71af
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "meraki";
version = "1.49.0";
version = "1.50.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-4/FiF8eEziaD3ka/XVdAxDI8WWuWlYoMoLupQXVCBA8=";
hash = "sha256-tKtfshAsKtXPkkDY13+QWRaWduQCBhor4+ReLjarwLA=";
};
propagatedBuildInputs = [