1 { lib, buildPythonPackage, fetchFromGitHub, executor, naturalsort }:
3 buildPythonPackage rec {
4 pname = "update-dotdee";
7 src = fetchFromGitHub {
9 repo = "python-update-dotdee";
11 sha256 = "sha256-2k7FdgWM0ESHQb2za87yhXGaR/rbMYLVcv10QexUH1A=";
14 propagatedBuildInputs = [ executor naturalsort ];
17 description = "Generic modularized configuration file manager";
18 homepage = "https://github.com/xolox/python-update-dotdee";
19 license = licenses.mit;
20 maintainers = with maintainers; [ eyjhb ];