Commit 3f56deb0 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.mkdocstrings-python: 1.7.3 -> 1.7.5

parent ec6cc9c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "mkdocstrings-python";
  version = "1.7.3";
  version = "1.7.5";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "mkdocstrings";
    repo = "python";
    rev = "refs/tags/${version}";
    hash = "sha256-r/N2ZGqA1cYFkP4Ai8p6utIw/m+FiNBVbpL4Y0EO2ds=";
    hash = "sha256-PfAdECR80kYgvaaL+09zsqOeWa8z4pSnORNFnj+/l7M=";
  };

  nativeBuildInputs = [