Skip to content

Commit

Permalink
python3Packages.moto: 5.0.16 -> 5.0.18 (#352544)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Nov 5, 2024
2 parents e953c01 + 583c82b commit 777ba2c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/development/python-modules/moto/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down Expand Up @@ -254,11 +254,11 @@ buildPythonPackage rec {
"tests/test_cognitoidp/test_cognitoidp.py"
];

meta = with lib; {
description = "Module to allow your tests to easily mock out AWS Services";
meta = {
description = "Allows your tests to easily mock out AWS Services";
homepage = "https://github.com/getmoto/moto";
changelog = "https://github.com/getmoto/moto/blob/${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = [ ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ onny ];
};
}

0 comments on commit 777ba2c

Please sign in to comment.