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

Merge pull request #335321 from fabaff/mkdocstrings-python-bump

python312Packages.griffe: 0.47.0 -> 1.0.0, python312Packages.mkdocstrings-python: 1.10.5 -> 1.10.8
parents a1df2520 d060a8e4
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  fetchFromGitHub,
  git,
  jsonschema,
  mkdocstrings,
  pdm-backend,
  pytestCheckHook,
  pythonOlder,
@@ -13,7 +14,7 @@

buildPythonPackage rec {
  pname = "griffe";
  version = "0.47.0";
  version = "1.0.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -22,12 +23,15 @@ buildPythonPackage rec {
    owner = "mkdocstrings";
    repo = "griffe";
    rev = "refs/tags/${version}";
    hash = "sha256-NkS8cD0G/nbquQfMVcdbTLnJx26PQnqWB8UnBTNIBdE=";
    hash = "sha256-GRj60qL+gXjUUAxhyTN7f1Jkuucl0+MstbDEqGVx3zs=";
  };

  build-system = [ pdm-backend ];

  dependencies = [ colorama ];
  dependencies = [
    colorama
    mkdocstrings
  ];

  nativeCheckInputs = [
    git
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "mkdocstrings-python";
  version = "1.10.5";
  version = "1.10.8";
  pyproject = true;

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

  build-system = [ pdm-backend ];