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

strictdoc: 0.0.51 -> 0.0.54
This commit is contained in:
Weijia Wang 2024-04-27 04:33:46 +02:00 committed by GitHub
commit 4b7d3fadc2
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.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 = [