strictdoc: 0.0.51 -> 0.0.54

This commit is contained in:
R. Ryantm 2024-04-21 11:11:52 +00:00
parent 44fa1ee8c2
commit 5f99ae1b34
1 changed files with 2 additions and 2 deletions

View File

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