Commit 3747f496 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.mkdocstrings: 0.30.0 -> 0.30.1

parent 8e2f87ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "mkdocstrings";
  version = "0.30.0";
  version = "0.30.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mkdocstrings";
    repo = "mkdocstrings";
    tag = version;
    hash = "sha256-tJErux/90zXaV0ViGJOQKMf1yYCxMhH1nMrQlXlHw/Y=";
    hash = "sha256-BfqxL35prq+pvD21w0BOJx/ls8og+LjtGdOAZlHYGVE=";
  };

  postPatch = ''