lol

python310Packages.pykakasi: add missing input

+4 -2
+4 -2
pkgs/development/python-modules/pykakasi/default.nix
··· 4 , fetchFromGitHub 5 , importlib-metadata 6 , jaconv 7 , pytest-benchmark 8 , pytestCheckHook 9 , pythonOlder ··· 20 src = fetchFromGitHub { 21 owner = "miurahr"; 22 repo = pname; 23 - rev = "v${version}"; 24 - sha256 = "ivlenHPD00bxc0c9G368tfTEckOC3vqDB5kMQzHXbVM="; 25 }; 26 27 SETUPTOOLS_SCM_PRETEND_VERSION = version; ··· 38 ]; 39 40 nativeCheckInputs = [ 41 pytest-benchmark 42 pytestCheckHook 43 ];
··· 4 , fetchFromGitHub 5 , importlib-metadata 6 , jaconv 7 + , py-cpuinfo 8 , pytest-benchmark 9 , pytestCheckHook 10 , pythonOlder ··· 21 src = fetchFromGitHub { 22 owner = "miurahr"; 23 repo = pname; 24 + rev = "refs/tags/v${version}"; 25 + hash = "sha256-ivlenHPD00bxc0c9G368tfTEckOC3vqDB5kMQzHXbVM=="; 26 }; 27 28 SETUPTOOLS_SCM_PRETEND_VERSION = version; ··· 39 ]; 40 41 nativeCheckInputs = [ 42 + py-cpuinfo 43 pytest-benchmark 44 pytestCheckHook 45 ];