mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
pythonPackages.pygments: 2.1.1 -> 2.1.3
This commit is contained in:
parent
aed9eb04d0
commit
ff286cf2a2
@ -16935,12 +16935,12 @@ in modules // {
|
||||
};
|
||||
|
||||
pygments = buildPythonPackage rec {
|
||||
version = "2.1.1";
|
||||
version = "2.1.3";
|
||||
name = "Pygments-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/P/Pygments/${name}.tar.gz";
|
||||
sha256 = "06y0b7xh9h3r0wbxl41ccnnnw8dxfz48zj8x09y4rranbfldkxrd";
|
||||
sha256 = "10axnp2wpjnq9g8wg53fx0c70dfxqrz498jyz8mrdx9a3flwir48";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ docutils ];
|
||||
|
Loading…
Reference in New Issue
Block a user