strictdoc: 0.0.49 -> 0.0.51

This commit is contained in:
R. Ryantm 2024-03-21 18:02:01 +00:00
parent c7408bdbfb
commit 991b1049a4

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "strictdoc";
version = "0.0.49";
version = "0.0.51";
pyproject = true;
src = fetchFromGitHub {
owner = "strictdoc-project";
repo = "strictdoc";
rev = version;
hash = "sha256-WtDplupXBtq39oKyo31p5NgXMWtbWgxtpnKn4qCJz3I=";
rev = "refs/tags/${version}";
hash = "sha256-OFKWeFtVwZKh9KLeA3wiyqAkbPYEQy5/IeHLINkF1C0=";
};
nativeBuildInputs = [