# Pastebin 7UxiPNmq This looks really out of date ``` jellyfish = buildPythonPackage rec { version = "0.5.2"; name = "jellyfish-${version}"; src = pkgs.fetchurl { url = "mirror://pypi/j/jellyfish/${name}.tar.gz"; sha256 = "15xk0kbr1gig9r1mp22lk9mk3jyi886h8ywn9diixhnyl4q6dacn"; }; buildInputs = with self; [ pytest unicodecsv ]; meta = { homepage = https://github.com/sunlightlabs/jellyfish; description = "Approximate and phonetic matching of strings"; maintainers = with maintainers; [ koral ]; }; }; ```