22 inherit version pname;
25 # Pypi source package doesn't contain tests
26 src = fetchFromGitHub {
29 rev = "9dafd76d3586aa5ea1b96164d86c73037e827294";
30 hash = "sha256-fHztPeTbMp1aYsj+STYWzHgwdY0Q9078qXpXxtA8pPs=";
33 disabled = pythonOlder "3.7";
35 propagatedBuildInputs = [
47 pythonImportsCheck = [ "quantulum3" ];
50 description = "Library for unit extraction - fork of quantulum for python3";
51 mainProgram = "quantulum3-training";
52 homepage = "https://github.com/nielstron/quantulum3";
53 license = licenses.mit;
54 maintainers = with maintainers; [ happysalada ];