python3Packages.rstcheck-core: 1.3.1 -> 1.3.2

Diff: https://github.com/rstcheck/rstcheck-core/compare/v1.3.1...v1.3.2

Changelog: https://github.com/rstcheck/rstcheck-core/blob/v1.3.2/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2026-08-25 00:41:59 +02:00
parent 4eb75e37ea
commit 0a225295f4

View File

@@ -14,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "rstcheck-core";
version = "1.3.1";
version = "1.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "rstcheck";
repo = "rstcheck-core";
tag = "v${finalAttrs.version}";
hash = "sha256-4NvaBG2LQqHJgDLcUpjVjknkc0unVyAM8d5Z8SlZ2jw=";
hash = "sha256-Tz6saJfGlP6h21Jckyw4LBgcRALwFvlV+z+cAis2j5s=";
};
build-system = [