python3Packages.pyspelling: 2.11 -> 2.12

This commit is contained in:
R. Ryantm
2025-10-30 18:01:27 +00:00
parent 7f40afa66e
commit dd61e1cd3f

View File

@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "pyspelling";
version = "2.11";
version = "2.12";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-lMxu+pecJneWAa1mb42Yat9S0kezEzN61nqscWN0nQ4=";
hash = "sha256-ezl5EeRrf6fBBWsoZ8AugVR/yNALvNhEZWVd8j5J26o=";
};
build-system = [