Loading pkgs/development/python-modules/sphinxcontrib-katex/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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. Loading @@ -10,7 +10,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; sha256 = "c3dcdb2984626a0e6c1b11bc2580c7bbc6ab3711879b23bbf26c028a0f4fd4f2"; sha256 = "sha256-HFs1+9tWl1D5VWY14dPCk+Ewv+ubedhd9DcCSrPQZnQ="; }; propagatedBuildInputs = [ sphinx ]; Loading Loading
pkgs/development/python-modules/sphinxcontrib-katex/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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. Loading @@ -10,7 +10,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; sha256 = "c3dcdb2984626a0e6c1b11bc2580c7bbc6ab3711879b23bbf26c028a0f4fd4f2"; sha256 = "sha256-HFs1+9tWl1D5VWY14dPCk+Ewv+ubedhd9DcCSrPQZnQ="; }; propagatedBuildInputs = [ sphinx ]; Loading