mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
python: matplotlib: 2.1.1 -> 2.1.2
This commit is contained in:
parent
7fcf58cc0c
commit
c585a084c3
1 changed files with 2 additions and 2 deletions
|
@ -21,13 +21,13 @@ assert enableTk -> (tcl != null)
|
||||||
assert enableQt -> pyqt4 != null;
|
assert enableQt -> pyqt4 != null;
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "2.1.1";
|
version = "2.1.2";
|
||||||
pname = "matplotlib";
|
pname = "matplotlib";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://pypi/m/matplotlib/${name}.tar.gz";
|
url = "mirror://pypi/m/matplotlib/${name}.tar.gz";
|
||||||
sha256 = "659f5e1aa0e0f01488c61eff47560c43b8be511c6a29293d7f3896ae17bd8b23";
|
sha256 = "725a3f12739d133adfa381e1b33bd70c6f64db453bfc536e148824816e568894";
|
||||||
};
|
};
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin "-I${libcxx}/include/c++/v1";
|
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin "-I${libcxx}/include/c++/v1";
|
||||||
|
|
Loading…
Reference in a new issue