python311Packages.meraki: 1.38.0 -> 1.39.0

Changelog: https://github.com/meraki/dashboard-api-python/releases/tag/1.39.0
This commit is contained in:
Fabian Affolter
2023-11-17 20:45:02 +01:00
parent 32e2a7eec3
commit 2ccecc6030
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "meraki";
version = "1.38.0";
version = "1.39.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-LYwjcm4qZfzrDSujQ9eaxjPN9z0qWDSfT+IU1f32cY0=";
hash = "sha256-B3+2KnRXWkB83Sy/NH9kJwgSha9L17tx37fFwBjT3Mw=";
};
propagatedBuildInputs = [