Skip to content

Commit

Permalink
python3Packages.ansible-base: 2.10.15 -> 2.10.16
Browse files Browse the repository at this point in the history
(cherry picked from commit bdcef51)
  • Loading branch information
mweinelt authored and Jonathan Ringer committed Dec 10, 2021
1 parent aa6cc5f commit 5730959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ansible/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ let
in
buildPythonPackage rec {
pname = "ansible-base";
version = "2.10.15";
version = "2.10.16";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-RHiBi6gh26FD4SNWjsXTF9yPpKxuFRP3pQFzTlKXa/8=";
sha256 = "sha256-2XQhTtA6wSnCmZZ6pMmCBZQ7o28gBA5/63JI4MPi6hU=";
};

# ansible_connection is already wrapped, so don't pass it through
Expand Down

1 comment on commit 5730959

@nixos-discourse
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/dns-issue-with-pkgsmusl-curl-in-virtualbox/16627/1

Please sign in to comment.