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

ansible-doctor: 7.2.1 -> 7.3.0 (#453643)

parents 32d19ae8 032fc638
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.2.1";
  version = "7.3.0";
  pyproject = true;

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

  build-system = with python3Packages; [