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

python3Packages.mkdocstrings-python: 1.18.2 -> 1.19.0 (#461623)

parents d5e2a676 c0ba0ad2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "mkdocstrings-python";
  version = "1.18.2";
  version = "1.19.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mkdocstrings";
    repo = "python";
    tag = version;
    hash = "sha256-BdUNj7EJAbOs8Ff+IGbd7be+lRG6MQCIgNAi5oH9OgA=";
    hash = "sha256-B+DFezICqYdfGfK90rsnetRt0dI1v6XEsuDL9Xd2QTc=";
  };

  build-system = [ pdm-backend ];