9 buildPythonPackage rec {
10 pname = "name-that-hash";
14 src = fetchFromGitHub {
18 hash = "sha256-zOb4BS3zG1x8GLXAooqqvMOw0fNbw35JuRWOdGP26/8=";
21 # TODO remove on next update which bumps rich
23 substituteInPlace pyproject.toml --replace 'rich = ">=9.9,<11.0"' 'rich = ">=9.9"'
30 propagatedBuildInputs = [
35 pythonImportsCheck = [ "name_that_hash" ];
38 longDescription = "Don't know what type of hash it is? Name That Hash will name that hash type! Identify MD5, SHA256 and 300+ other hashes.";
39 description = "Module and CLI for the identification of hashes";
40 homepage = "https://github.com/HashPals/Name-That-Hash";
41 license = with licenses; [ gpl3Plus ];
42 maintainers = with maintainers; [ eyjhb ];