Unverified Commit 3b6924fd authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.mkdocstrings: 0.26.1 -> 0.26.2 (#349761)

parents a1aba722 54db2d51
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,16 +17,16 @@

buildPythonPackage rec {
  pname = "mkdocstrings";
  version = "0.26.1";
  version = "0.26.2";
  pyproject = true;

  disabled = pythonOlder "3.8";
  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "mkdocstrings";
    repo = "mkdocstrings";
    rev = "refs/tags/${version}";
    hash = "sha256-YV9Cncry+RXXGxRYN4dXp5E2msGA4Kq2QSvcPywWV2c=";
    hash = "sha256-xZKE8+bNHL+GSQS00MlShOl/3p7+mRV558Pel50ipOI=";
  };

  postPatch = ''