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