python310Packages.pyspellchecker: 0.7.1 -> 0.7.2

This commit is contained in:
R. Ryantm
2023-04-30 01:44:15 +00:00
parent 5d0d352833
commit 51e00abbbe
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pyspellchecker";
version = "0.7.1";
version = "0.7.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "barrust";
repo = "pyspellchecker";
rev = "refs/tags/v${version}";
hash = "sha256-DM1Q8OirFMoYqjdSnsNL5r7Zxffxc0DEXwv1W6y8GnE=";
hash = "sha256-DV2JxUKTCVJRRLmi+d5dMloCgpYwC5uyI1o34L26TxA=";
};
nativeBuildInputs = [