ansible-doctor: 7.2.0 -> 7.2.1

R. Ryantm ebdfa26a 518168cb

+2 -2
+2 -2
pkgs/by-name/an/ansible-doctor/package.nix
··· 8 9 python3Packages.buildPythonApplication rec { 10 pname = "ansible-doctor"; 11 - version = "7.2.0"; 12 pyproject = true; 13 14 src = fetchFromGitHub { 15 owner = "thegeeklab"; 16 repo = "ansible-doctor"; 17 tag = "v${version}"; 18 - hash = "sha256-7SGnbcaufKWBDq5Na+s+X8RGRskl1Q1bh0xelT/IQXU="; 19 }; 20 21 build-system = with python3Packages; [
··· 8 9 python3Packages.buildPythonApplication rec { 10 pname = "ansible-doctor"; 11 + version = "7.2.1"; 12 pyproject = true; 13 14 src = fetchFromGitHub { 15 owner = "thegeeklab"; 16 repo = "ansible-doctor"; 17 tag = "v${version}"; 18 + hash = "sha256-2cJ1wV3hqoqSvLq3c7/J5nh1GTTcj9sexRhX3hfPoTc="; 19 }; 20 21 build-system = with python3Packages; [