python3Packages.rstcheck-core: 1.2.2 -> 1.3.0

This commit is contained in:
R. Ryantm
2026-05-10 23:37:06 +00:00
parent 7ebae83e14
commit b0a3afef76
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "rstcheck-core";
version = "1.2.2";
version = "1.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "rstcheck";
repo = "rstcheck-core";
tag = "v${version}";
hash = "sha256-D17I6pncTnrRjA/vt4lt/Bfkko3Lx58Xyti3sM0sC3s=";
hash = "sha256-ZQgbraIQgfhJM4JYfZjPZcMswOddGQb8pdHjTBo53jk=";
};
build-system = [