6 buildPythonPackage rec {
7 pname = "hopcroftkarp";
12 inherit pname version;
13 sha256 = "28a7887db81ad995ccd36a1b5164a4c542b16d2781e8c49334dc9d141968c0e7";
16 # tests fail due to bad package name
20 description = "Implementation of HopcroftKarp's algorithm";
21 homepage = "https://github.com/sofiat-olaosebikan/hopcroftkarp";
22 license = licenses.gpl3Only;