Unverified Commit 4b7d3fad authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

strictdoc: 0.0.51 -> 0.0.54
parents 8cd099e2 5f99ae1b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [