strictdoc: 0.0.57 -> 0.0.58

This commit is contained in:
R. Ryantm 2024-07-19 21:24:14 +00:00
parent b098e0c792
commit 95c766ef16

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "strictdoc";
version = "0.0.57";
version = "0.0.58";
pyproject = true;
src = fetchFromGitHub {
owner = "strictdoc-project";
repo = "strictdoc";
rev = "refs/tags/${version}";
hash = "sha256-1zURXE3y6um1wYu4Di7G4mrU5sl9QIY1HKEQlni+aEg=";
hash = "sha256-0X74Lv25pUdOUgQzqQU6p+fjuxhC/JqfKEFI7c5t67U=";
};
nativeBuildInputs = [