Commit 55a1ff33 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.mkdocstrings: 0.30.1 -> 1.0.0

parent 64de27c1
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.1";
  version = "1.0.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mkdocstrings";
    repo = "mkdocstrings";
    tag = version;
    hash = "sha256-BfqxL35prq+pvD21w0BOJx/ls8og+LjtGdOAZlHYGVE=";
    hash = "sha256-PQ8TL/eMYNX0gXvWhq/Rop2bv1oCoO7o3dxlCK9tbGE=";
  };

  postPatch = ''