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

strictdoc: 0.0.56 -> 0.0.57
This commit is contained in:
Markus Kowalewski 2024-06-30 12:59:38 +00:00 committed by GitHub
commit d6f8ed54f0
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.56";
version = "0.0.57";
pyproject = true;
src = fetchFromGitHub {
owner = "strictdoc-project";
repo = "strictdoc";
rev = "refs/tags/${version}";
hash = "sha256-T2xFMExRas7mxfjmAZnv3kiHdc+eEFdCf7TG1ABzgWM=";
hash = "sha256-1zURXE3y6um1wYu4Di7G4mrU5sl9QIY1HKEQlni+aEg=";
};
nativeBuildInputs = [