python3Packages.sphinxcontrib-spelling: 8.0.1 -> 8.0.2
https://github.com/sphinx-contrib/spelling/blob/8.0.2/docs/source/history.rst This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sphinxcontrib-spelling";
|
||||
version = "8.0.1";
|
||||
version = "8.0.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sphinx-contrib";
|
||||
repo = "spelling";
|
||||
tag = version;
|
||||
hash = "sha256-gN+FkgIzk7wG/ni+DzaeiePjCiK9k7Jrn2IUDgy8DOg=";
|
||||
hash = "sha256-f9n3hp+d3UvfVt2KmhxYm80XsEnIx3EVkdrQJxWDxks=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -42,7 +42,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Sphinx spelling extension";
|
||||
homepage = "https://github.com/sphinx-contrib/spelling";
|
||||
changelog = "https://github.com/sphinx-contrib/spelling/blob/${version}/docs/source/history.rst";
|
||||
changelog = "https://github.com/sphinx-contrib/spelling/blob/${src.tag}/docs/source/history.rst";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user