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: 11.4.0 -> 11.5.0
R. Ryantm
9 months ago
becdee5c
b3582c75
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
ansible
default.nix
+2
-2
pkgs/development/python-modules/ansible/default.nix
···
24
24
25
25
let
26
26
pname = "ansible";
27
27
-
version = "11.4.0";
27
27
+
version = "11.5.0";
28
28
in
29
29
buildPythonPackage {
30
30
inherit pname version;
···
34
34
35
35
src = fetchPypi {
36
36
inherit pname version;
37
37
-
hash = "sha256-0lp/Jr9YIfgEO8gGAZgi/SgQvWXmtrr7aYu+7a26cr8=";
37
37
+
hash = "sha256-GKP8cxIKSa3pqaZ+uPnU9QCdIQbDT/65ZjrZKLdu1Zs=";
38
38
};
39
39
40
40
# we make ansible-core depend on ansible, not the other way around,