Merge pull request #226721 from dylanmtaylor/meraki-update
python3Packages.meraki: 1.30.0 -> 1.32.1
This commit is contained in:
commit
6158a55a00
1 changed files with 3 additions and 2 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue