Merge pull request #316801 from r-ryantm/auto-update/strictdoc

strictdoc: 0.0.55 -> 0.0.56
This commit is contained in:
Peder Bergebakken Sundt 2024-06-10 14:37:40 +02:00 committed by GitHub
commit 3f5a496f6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [