10 buildPythonPackage rec {
11 pname = "shellingham";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-CIO5mBFph+5cO7U4NRjMRtQCTbopJDEGlAGBkxjieFw=";
32 pythonImportsCheck = [ "shellingham" ];
35 description = "Tool to detect the surrounding shell";
36 homepage = "https://github.com/sarugaku/shellingham";
37 license = licenses.isc;
38 maintainers = with maintainers; [ mbode ];