pytphon3Packages.sphinx: 2.2.0 -> 2.2.2
This commit is contained in:
parent
2d11d4bdc5
commit
c9cafbf56e
@ -33,11 +33,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sphinx";
|
pname = "sphinx";
|
||||||
version = "2.2.0";
|
version = "2.2.2";
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "Sphinx";
|
pname = "Sphinx";
|
||||||
inherit version;
|
inherit version;
|
||||||
sha256 = "0d586b0f8c2fc3cc6559c5e8fd6124628110514fda0e5d7c82e682d749d2e845";
|
sha256 = "1wjcm382824rq8ijls9mlqwl2h8l26s201v5fwprhnins671m72m";
|
||||||
};
|
};
|
||||||
LC_ALL = "en_US.UTF-8";
|
LC_ALL = "en_US.UTF-8";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user