Unverified Commit 6e6f74ec authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

python3Packages.sphinxcontrib-mermaid: 1.0.0 -> 1.2.3 (#465113)

parents b0b0c302 9f68db6b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
}:
buildPythonPackage rec {
  pname = "sphinxcontrib-mermaid";
  version = "1.0.0";
  version = "1.2.3";
  pyproject = true;

  src = fetchPypi {
    inherit version;
    pname = "sphinxcontrib_mermaid";
    hash = "sha256-Loq2fT4eKBZmP5NH0Cao3uSoWKzdStMt0cgIiT24gUY=";
    hash = "sha256-NYaZ0OySTvZ5tBhz2e3ZfQdzRG2vl2DHXhjcCt/ZE3E=";
  };

  build-system = [ setuptools ];