Unverified Commit 55ab7d58 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #312097 from r-ryantm/auto-update/python311Packages.mkdocstrings-python

python311Packages.mkdocstrings-python: 1.10.0 -> 1.10.2
parents dd3ec626 206293dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "mkdocstrings-python";
  version = "1.10.0";
  version = "1.10.2";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "mkdocstrings";
    repo = "python";
    rev = "refs/tags/${version}";
    hash = "sha256-sKRheGIR//kmiznHKsVGd35oSvGHgoocsbYCzDRv2Zs=";
    hash = "sha256-Dz74q7bsa8bInxn4RpP9MFXFDEL2yWifDe64K8AOl8k=";
  };

  build-system = [ pdm-backend ];