strictdoc: 0.0.55 -> 0.0.56

This commit is contained in:
R. Ryantm
2024-06-03 04:35:07 +00:00
parent df2577c6a4
commit 283e6058ca
+2 -2
View File
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "strictdoc";
version = "0.0.55";
version = "0.0.56";
pyproject = true;
src = fetchFromGitHub {
owner = "strictdoc-project";
repo = "strictdoc";
rev = "refs/tags/${version}";
hash = "sha256-QIwDtOaqRq59zdF5IZ7xwas5LLYt98Vyv00HkgGgahM=";
hash = "sha256-T2xFMExRas7mxfjmAZnv3kiHdc+eEFdCf7TG1ABzgWM=";
};
nativeBuildInputs = [