python3Packages.pyspelling: 2.11 -> 2.12 (#457054)

This commit is contained in:
Nick Cao
2025-10-30 22:23:35 +00:00
committed by GitHub
@@ -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 = [