Skip to content

Commit

Permalink
Merge pull request NixOS#252153 from r-ryantm/auto-update/python310Pa…
Browse files Browse the repository at this point in the history
…ckages.ansible-compat

python310Packages.ansible-compat: 4.1.5 -> 4.1.8
  • Loading branch information
matthiasbeyer authored Aug 30, 2023
2 parents 68c0934 + 7875ccf commit e7f38be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ansible-compat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

buildPythonPackage rec {
pname = "ansible-compat";
version = "4.1.5";
version = "4.1.8";
format = "pyproject";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-WXyDahhMETH+62sOI82iNsQf7N7mRCc3Unj7aSD9LnQ=";
hash = "sha256-9YE19dEj4I/bfhGEm4KUXhkA+MiZughZ1LQbJcdsqVU=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit e7f38be

Please sign in to comment.