python311Packages.meraki: 1.33.0 -> 1.34.0

Changelog: https://github.com/meraki/dashboard-api-python/releases/tag/1.34.0
This commit is contained in:
Fabian Affolter 2023-06-25 19:13:53 +02:00
parent be5bbe6d9c
commit ce242cf657

View file

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "meraki";
version = "1.33.0";
version = "1.34.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-uzrnKYCythDa+DK1X87zcL9O4cmjRDqxR2hXoN286KQ=";
hash = "sha256-rAFoIKHrhHRqcXmvbzlFKFIaHxVLp6CJUhNASwHhpPk=";
};
propagatedBuildInputs = [