Skip to content

Commit

Permalink
ansible: v2.9.9 -> v2.9.10
Browse files Browse the repository at this point in the history
(cherry picked from commit 11e5ca3)
  • Loading branch information
mweinelt authored and Jon committed Jun 22, 2020
1 parent 0e22213 commit 86810c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ansible/default.nix
Expand Up @@ -18,13 +18,13 @@

buildPythonPackage rec {
pname = "ansible";
version = "2.9.9";
version = "2.9.10";

src = fetchFromGitHub {
owner = "ansible";
repo = "ansible";
rev = "v${version}";
sha256 = "06a9iq7w2cm0hsxaw5irsja8w44gffiw09ly27jxklpa8gv57rml";
sha256 = "1979522k57gafvq9vx3lbc3zah7jq3kiy98ji9x5bmxyddmgr9ch";
};

prePatch = ''
Expand Down

0 comments on commit 86810c4

Please sign in to comment.