python310Packages.pygtkspellcheck: 5.0.0 -> 5.0.1

This commit is contained in:
R. Ryantm 2022-09-26 04:43:20 +00:00
parent 5fa1488e2b
commit 6fe17a5b8c

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pygtkspellcheck";
version = "5.0.0";
version = "5.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-kfhoOLnKbA9jH4DUtQw0nATjK21pMNxyAOzYDLQkR4U=";
sha256 = "sha256-hIHf1LBmFhPWN138jaAAOpmx+frbe6XM22+jG+OWcvw=";
};
nativeBuildInputs = [ gobject-introspection ];