Merge pull request #226721 from dylanmtaylor/meraki-update

python3Packages.meraki: 1.30.0 -> 1.32.1
This commit is contained in:
Fabian Affolter 2023-04-18 11:42:36 +02:00 committed by GitHub
commit 6158a55a00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "meraki";
version = "1.30.0";
version = "1.32.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-s26xGwWSWB+qpOTUe8IYo53ywYOaaUWjDznFqpmRlak=";
hash = "sha256-3iZ9/d78nAnK2+Kv0+0tuvZcfSV6ZF6QRF3xYL3NqV4=";
};
propagatedBuildInputs = [
@ -27,6 +27,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Provides all current Meraki dashboard API calls to interface with the Cisco Meraki cloud-managed platform";
homepage = "https://github.com/meraki/dashboard-api-python";
changelog = "https://github.com/meraki/dashboard-api-python/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ dylanmtaylor ];
};