strictdoc: 0.0.54 -> 0.0.55

This commit is contained in:
R. Ryantm 2024-05-16 10:29:39 +00:00
parent 0a0cdd8333
commit c4c53e0553

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "strictdoc";
version = "0.0.54";
version = "0.0.55";
pyproject = true;
src = fetchFromGitHub {
owner = "strictdoc-project";
repo = "strictdoc";
rev = "refs/tags/${version}";
hash = "sha256-gsZgvT3bSHxxFLhEqlHjoRZiYZwyFr377CGYWYOssyM=";
hash = "sha256-QIwDtOaqRq59zdF5IZ7xwas5LLYt98Vyv00HkgGgahM=";
};
nativeBuildInputs = [