Commit 696a73cf authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.griffe: 1.14.0 -> 1.15.0

parent d2d197b9
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -7,19 +7,20 @@
  git,
  jsonschema,
  pdm-backend,
  pytest-gitconfig,
  pytestCheckHook,
}:

buildPythonPackage rec {
  pname = "griffe";
  version = "1.14.0";
  version = "1.15.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mkdocstrings";
    repo = "griffe";
    tag = version;
    hash = "sha256-0koTrA1b3S1NO6w24S8eghWpYDkGEo61giRveQ7MZhM=";
    hash = "sha256-AMMTAqsJfj2MltTgAxfvjUTVzi+ZFmx+J9pzhMp28Z4=";
  };

  build-system = [ pdm-backend ];
@@ -29,6 +30,7 @@ buildPythonPackage rec {
  nativeCheckInputs = [
    git
    jsonschema
    pytest-gitconfig
    pytestCheckHook
  ];