strictdoc: 0.0.56 -> 0.0.57

This commit is contained in:
R. Ryantm 2024-06-24 23:39:43 +00:00
parent e1f89770af
commit c18ccd41f1

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