python312Packages.meraki: 1.50.0 -> 1.51.0

This commit is contained in:
R. Ryantm 2024-10-05 04:02:39 +00:00
parent cf7f108819
commit 4916b16d18

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "meraki";
version = "1.50.0";
version = "1.51.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-tKtfshAsKtXPkkDY13+QWRaWduQCBhor4+ReLjarwLA=";
hash = "sha256-3JUUTi+6oe+mDn4n9NtlWXji4j3E6AZODZZ+PEvSSzg=";
};
propagatedBuildInputs = [