Unverified Commit a0b2c4f3 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

ansible-doctor: 7.3.0 -> 8.0.0 (#458730)

parents d5ffd196 5e634232
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

python3Packages.buildPythonApplication rec {
  pname = "ansible-doctor";
  version = "7.3.0";
  version = "8.0.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "thegeeklab";
    repo = "ansible-doctor";
    tag = "v${version}";
    hash = "sha256-4Mep9JA4I5zCciglK/yn4Jxu0EIjHi7WUWeKlLcVcP8=";
    hash = "sha256-6elotoKZ4Hjelnw9LEiDONAFqqM5ewMKEorDtzA7LKY=";
  };

  build-system = with python3Packages; [