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

strictdoc: 0.0.54 -> 0.0.55
This commit is contained in:
Matthias Beyer
2024-05-16 13:28:47 +02:00
committed by GitHub
+2 -2
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 = [