8 buildPythonPackage rec {
13 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
19 hash = "sha256-PO8sRGFQ1Dt/UYJuFH6Y3EaQVaS+4DJlOQtvF8ZmBWQ=";
26 doCheck = false; # Package does not contain tests
27 pythonImportsCheck = [ "checksumdir" ];
30 description = "Simple package to compute a single deterministic hash of the file contents of a directory";
31 homepage = "https://github.com/to-mc/checksumdir";
32 license = licenses.mit;
33 maintainers = with maintainers; [ mbalatsko ];