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

python312Packages.griffe: 1.1.0 -> 1.2.0 (#337426)

parents 7f65d194 e41c29b2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "griffe";
  version = "1.1.0";
  version = "1.2.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "mkdocstrings";
    repo = "griffe";
    rev = "refs/tags/${version}";
    hash = "sha256-Iw5AATWVfaW5kIdTmW90aS7+nYcl/tQCrVJyRVrydHw=";
    hash = "sha256-oxZZIfzPsGs2hhVRdWEvPhIR5JwTMAmO5VgEQHzBO90=";
  };

  build-system = [ pdm-backend ];