python: mapsplotlib: 1.2.0 -> 1.2.1
This commit is contained in:
parent
d94f97ae98
commit
6fee146421
|
@ -11,13 +11,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mapsplotlib";
|
pname = "mapsplotlib";
|
||||||
version = "1.2.0";
|
version = "1.2.1";
|
||||||
|
|
||||||
disabled = isPy3k;
|
disabled = isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "e0a18aa0d134407aab6130c314596732d129ff98f9a6084640a07a5b8656f836";
|
sha256 = "7650754e3175f13a1cb4406a62e4cfeb424036377992b9c3c2e3f6c2404d06b3";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ matplotlib scipy pandas requests pillow ];
|
propagatedBuildInputs = [ matplotlib scipy pandas requests pillow ];
|
||||||
|
|
Loading…
Reference in New Issue