mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
python: Sphinx: 1.7.5 -> 1.7.6
This commit is contained in:
parent
cce9f61353
commit
64f236c254
@ -26,10 +26,10 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "Sphinx";
|
||||
version = "1.7.5";
|
||||
version = "1.7.6";
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "d45480a229edf70d84ca9fae3784162b1bc75ee47e480ffe04a4b7f21a95d76d";
|
||||
sha256 = "217ad9ece2156ed9f8af12b5d2c82a499ddf2c70a33c5f81864a08d8c67b9efc";
|
||||
};
|
||||
LC_ALL = "en_US.UTF-8";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user