ansible-doctor: 7.0.9 -> 7.1.0 (#429508)

Co-authored-by: tboerger <tboerger@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-30 07:24:30 +00:00
committed by GitHub
co-authored by tboerger
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "ansible-doctor";
version = "7.0.9";
version = "7.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "thegeeklab";
repo = "ansible-doctor";
tag = "v${version}";
hash = "sha256-d7KPn+nCrGEYE9lzfV3+Fl8MDUq8x5S8MPKrwX8XZ5w=";
hash = "sha256-RAfRzMtsXu1s3a1seG49+Zzd6nLtT8RObdDnO8nrymw=";
};
build-system = with python3Packages; [