sphinx-lint: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm
2025-11-01 09:50:11 +00:00
parent e4e70495d5
commit 496148e4db

View File

@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "sphinx-lint";
version = "1.0.0";
version = "1.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "sphinx-contrib";
repo = "sphinx-lint";
tag = "v${version}";
hash = "sha256-VM8PyUZVQQFdXLR14eN7+hPT/iGOVHG6s1bcac4MPo4=";
hash = "sha256-9xqGb/RdaySTys3gjIU0GJSqGOWXQQ/NeSRS8dmx5lg=";
};
build-system = [