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

python3Packages.griffe: 1.12.1 -> 1.13.0 (#437695)

parents 3587b967 ca766a91
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "griffe";
  version = "1.12.1";
  version = "1.13.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mkdocstrings";
    repo = "griffe";
    tag = version;
    hash = "sha256-AtYAorOCUJmXkSNayLWZmcsUx/oVRS157Z5Pk9RAl5E=";
    hash = "sha256-PaOdK9ZMId87Hg1QzSX2SsgNED3kOFolUfSWSZ42VSQ=";
  };

  build-system = [ pdm-backend ];