tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.ansible-core: 2.18.4 -> 2.18.6
R. Ryantm
8 months ago
ef9840db
486b9e4b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
ansible
core.nix
+2
-2
pkgs/development/python-modules/ansible/core.nix
···
29
29
30
30
buildPythonPackage rec {
31
31
pname = "ansible-core";
32
32
-
version = "2.18.4";
32
32
+
version = "2.18.6";
33
33
pyproject = true;
34
34
35
35
disabled = pythonOlder "3.11";
···
37
37
src = fetchPypi {
38
38
pname = "ansible_core";
39
39
inherit version;
40
40
-
hash = "sha256-4fj1wzVGNisO6TPglpo7o2S0hlFab6G8Jeu12V+OxfQ=";
40
40
+
hash = "sha256-JbsgzhUWobcweDGyY872hAQ7NyBxFGa9nUFk5f1XZVc=";
41
41
};
42
42
43
43
# ansible_connection is already wrapped, so don't pass it through