Merge pull request #192989 from r-ryantm/auto-update/python3.10-pygtkspellcheck

python310Packages.pygtkspellcheck: 5.0.0 -> 5.0.1
This commit is contained in:
Mario Rodas 2022-09-30 07:00:41 -05:00 committed by GitHub
commit 804837fd05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];