Commit 330ede2f authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.sphinxcontrib-katex: 0.8.6 -> 0.9.0

parent 287e8bfb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildPythonPackage rec {
  pname = "sphinxcontrib-katex";
  version = "0.8.6";
  version = "0.9.0";

  # pkgutil namespaces are broken in nixpkgs (because they can't scan multiple
  # directories). But python2 is EOL, so not supporting it should be ok.
@@ -10,7 +10,7 @@ buildPythonPackage rec {

  src = fetchPypi {
    inherit pname version;
    sha256 = "c3dcdb2984626a0e6c1b11bc2580c7bbc6ab3711879b23bbf26c028a0f4fd4f2";
    sha256 = "sha256-HFs1+9tWl1D5VWY14dPCk+Ewv+ubedhd9DcCSrPQZnQ=";
  };

  propagatedBuildInputs = [ sphinx ];