python310Packages.pygtkspellcheck: 5.0.2 -> 5.0.3

This commit is contained in:
R. Ryantm 2023-12-21 22:15:04 +00:00
parent 490828bce1
commit 4b01795b38

View file

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "pygtkspellcheck";
version = "5.0.2";
version = "5.0.3";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-rWV/ghoMWHOAmT8ablwOjJSEhtvPqT/UdoZBXL5Nj0s=";
hash = "sha256-NzaxRXU3BTIcRO9nowEak+Vk+XYw8nBCsTl//e/qg6w=";
};
nativeBuildInputs = [