python3Packages.meraki: 1.36.0 -> 1.37.2

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:46 +02:00
parent 1788ca7d64
commit 8c932a5fbb
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "meraki";
version = "1.36.0";
version = "1.37.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-VkXA5eEIEcyPlyI566rwtmIGauxD4ra0Q4ccH4ojc0U=";
hash = "sha256-ffvoOxbYZzxP1cFjPNiuDWMZ2jxw7tnEEISI8t/AvY4=";
};
propagatedBuildInputs = [