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 { buildPythonPackage rec {
pname = "pygtkspellcheck"; pname = "pygtkspellcheck";
version = "5.0.0"; version = "5.0.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-kfhoOLnKbA9jH4DUtQw0nATjK21pMNxyAOzYDLQkR4U="; sha256 = "sha256-hIHf1LBmFhPWN138jaAAOpmx+frbe6XM22+jG+OWcvw=";
}; };
nativeBuildInputs = [ gobject-introspection ]; nativeBuildInputs = [ gobject-introspection ];