Merge pull request #335228 from fabaff/rstcheck-bump

python312Packages.rstcheck: 6.2.1 -> 6.2.4
This commit is contained in:
Fabian Affolter 2024-08-17 09:15:55 +02:00 committed by GitHub
commit 23f5fe1660
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "rstcheck";
version = "6.2.1";
version = "6.2.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "rstcheck";
repo = "rstcheck";
rev = "refs/tags/v${version}";
hash = "sha256-S04l+x/rIc/XSvq2lSKCQp6KK5mmKI2mOgPgJ3WKe5M=";
hash = "sha256-CB8UtYAJpPrUOGgHOIp9Ts0GaID6GdtKHWD/ihxRoNg=";
};
build-system = [