mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
matplotlib: 1.4.2 -> 1.4.3
This commit is contained in:
parent
7bc00dbdaf
commit
0e2472ac86
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@ assert enableGhostscript -> ghostscript != null;
|
|||
assert enableGtk2 -> pygtk != null;
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "matplotlib-1.4.2";
|
||||
name = "matplotlib-1.4.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/matplotlib/${name}.tar.gz";
|
||||
sha256 = "0m6v9nwdldlwk22gcd339zg6mny5m301fxgks7z8sb8m9wawg8qp";
|
||||
sha256 = "1dn05cvd0g984lzhh72wa0z93psgwshbbg93fkab6slx5m3l95av";
|
||||
};
|
||||
|
||||
XDG_RUNTIME_DIR = "/tmp";
|
||||
|
|
Loading…
Reference in a new issue