Skip to content

Commit

Permalink
python3Packages.moto: 5.0.18 -> 5.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
onny committed Dec 11, 2024
1 parent 53da8a6 commit 20aff55
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.18";
version = "5.0.22";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-inrS9ToubMnbL/ZcDg1LXX54vAC4Jcnh/2zDlDceduk=";
hash = "sha256-2vR7ih9fGQzT6qQAGKZD845UIneQDPHbfyUs7b/tmY8=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 20aff55

Please sign in to comment.