Skip to content

Commit

Permalink
python3Packages.moto: 5.0.15 -> 5.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
onny committed Nov 1, 2024
1 parent 9a0a036 commit 28baaf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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

0 comments on commit 28baaf8

Please sign in to comment.