13 buildPythonPackage rec {
18 src = fetchFromGitHub {
19 owner = "networktocode";
21 rev = "refs/tags/v${version}";
22 hash = "sha256-4LS18FPrnGE1tM0pFzAw0+ajDaw9g7MCgIwS2ptrX9c=";
35 propagatedBuildInputs = [
43 pythonImportsCheck = [
48 description = "Utility library for comparing and synchronizing different datasets";
49 homepage = "https://github.com/networktocode/diffsync";
50 changelog = "https://github.com/networktocode/diffsync/blob/v${version}/CHANGELOG.md";
51 license = with licenses; [ asl20 ];
52 maintainers = with maintainers; [ clerie ];