mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
python3Packages.pygtkspellcheck: 5.0.3 -> 5.0.4
This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user