strictdoc 0.19.0 -> 0.21.1 (#524803)

This commit is contained in:
Pol Dellaiera
2026-06-01 08:42:03 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "strictdoc";
version = "0.19.0";
version = "0.21.1";
pyproject = true;
src = fetchFromGitHub {
owner = "strictdoc-project";
repo = "strictdoc";
tag = finalAttrs.version;
hash = "sha256-UkXVn1GVWBBhjFaRvkVk+E9mug3i2k7SQk+7JVA8KSo=";
hash = "sha256-kKygvUCrkftEEKLoinVkP5DARsHGguSfsPaTpYYXPpU=";
};
build-system = [
@@ -79,7 +79,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
meta = {
description = "Software for technical documentation and requirements management";
homepage = "https://github.com/strictdoc-project/strictdoc";
changelog = "https://github.com/strictdoc-project/strictdoc/blob/${finalAttrs.src.tag}/CHANGELOG.md";
changelog = "https://github.com/strictdoc-project/strictdoc/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.puzzlewolf ];
mainProgram = "strictdoc";
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "html2pdf4doc";
version = "0.0.31";
version = "0.0.33";
pyproject = true;
src = fetchFromGitHub {
owner = "mettta";
repo = "html2pdf4doc_python";
tag = version;
hash = "sha256-ailiZfqO2NacJmCbWWtZ2bnerjc9mdJZKDVWNUTMEAg=";
hash = "sha256-d5Y1llC7Yb1Vw2tvxAhgIw7wk18mFJ+sm8Rrr+UwxUI=";
};
build-system = [