mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
python: matplotlib: 2.2.2 -> 2.2.3
This commit is contained in:
parent
00c912661e
commit
1bc66be7e8
1 changed files with 2 additions and 2 deletions
|
@ -21,12 +21,12 @@ assert enableTk -> (tcl != null)
|
|||
assert enableQt -> pyqt4 != null;
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "2.2.2";
|
||||
version = "2.2.3";
|
||||
pname = "matplotlib";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "4dc7ef528aad21f22be85e95725234c5178c0f938e2228ca76640e5e84d8cde8";
|
||||
sha256 = "7355bf757ecacd5f0ac9dd9523c8e1a1103faadf8d33c22664178e17533f8ce5";
|
||||
};
|
||||
|
||||
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin "-I${libcxx}/include/c++/v1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue