Unverified Commit 460a6ef9 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python311Packages.mkdocstrings-python: 1.10.3 -> 1.10.5
parents 225f8227 dc0fcb71
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.3";
  version = "1.10.5";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "mkdocstrings";
    repo = "python";
    rev = "refs/tags/${version}";
    hash = "sha256-OiG/dPsWO2Z4lGUlgPePRcsrotCu+fwesKhhh6YjmnU=";
    hash = "sha256-LRBo404TGxWBQdhN3gTyDHjB389hcHCfZK/oEFdjpOY=";
  };

  build-system = [ pdm-backend ];