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

python313Packages.griffe: 1.7.3 -> 1.8.0 (#429026)

parents 869b6e9f bcb241ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "griffe";
  version = "1.7.3";
  version = "1.8.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mkdocstrings";
    repo = "griffe";
    tag = version;
    hash = "sha256-H5bkS8NK96M2W+kH1KijmzVL5Y04KY9xc5Vw5l1lfws=";
    hash = "sha256-p+igAui0LNMj8tMBmw59K8mNdixqfxU8P9lHDZkoFaY=";
  };

  build-system = [ pdm-backend ];