mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.ansible: 13.6.0 -> 13.7.0
Changelog: https://github.com/ansible-community/ansible-build-data/blob/13.7.0/13/CHANGELOG-v13.md
Resolves #523456
(cherry picked from commit 186f6b1123)
This commit is contained in:
parent
081f99d3c9
commit
cdef36260a
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
let
|
||||
pname = "ansible";
|
||||
version = "13.6.0";
|
||||
version = "13.7.0";
|
||||
in
|
||||
buildPythonPackage {
|
||||
inherit pname version;
|
||||
|
|
@ -32,7 +32,7 @@ buildPythonPackage {
|
|||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-UUFVLBvTf1aDnrWxHvDZPpI5EpXJeUfVB7ja9yZbErg=";
|
||||
hash = "sha256-68pYmDRpY2kZFb/qGQSPUBm05G9X6FbcG3kLzeN2kiQ=";
|
||||
};
|
||||
|
||||
# we make ansible-core depend on ansible, not the other way around,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue