python3Packages.pygtkspellcheck: 5.0.3 -> 5.0.4

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:46 +02:00
parent 828beb3cdf
commit d2b366654a

View File

@@ -11,12 +11,12 @@
buildPythonPackage (finalAttrs: {
pname = "pygtkspellcheck";
version = "5.0.3";
version = "5.0.4";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-NzaxRXU3BTIcRO9nowEak+Vk+XYw8nBCsTl//e/qg6w=";
hash = "sha256-ppPe/t4Eg2C2th596E9PydagQhttkIkirQUTz9YoDOM=";
};
nativeBuildInputs = [