3
0
Fork 0
forked from mirrors/nixpkgs

pytphon3Packages.sphinx: 2.2.0 -> 2.2.2

This commit is contained in:
Jonathan Ringer 2019-12-21 00:04:27 -08:00 committed by Frederik Rietdijk
parent 2d11d4bdc5
commit c9cafbf56e

View file

@ -33,11 +33,11 @@
buildPythonPackage rec {
pname = "sphinx";
version = "2.2.0";
version = "2.2.2";
src = fetchPypi {
pname = "Sphinx";
inherit version;
sha256 = "0d586b0f8c2fc3cc6559c5e8fd6124628110514fda0e5d7c82e682d749d2e845";
sha256 = "1wjcm382824rq8ijls9mlqwl2h8l26s201v5fwprhnins671m72m";
};
LC_ALL = "en_US.UTF-8";