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