python3Packages.moto: 5.0.15 -> 5.0.18

This commit is contained in:
Jonas Heinrich
2024-11-03 20:48:56 +01:00
parent eb9cde0d3a
commit 583c82b121
@@ -37,14 +37,14 @@
buildPythonPackage rec {
pname = "moto";
version = "5.0.16";
version = "5.0.18";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-9K+xdqlkzXpw2pvF4FPUMQlhTOPKsmBEvLtTYQQ13/Q=";
hash = "sha256-inrS9ToubMnbL/ZcDg1LXX54vAC4Jcnh/2zDlDceduk=";
};
build-system = [ setuptools ];