python: mapsplotlib: 1.1.2 -> 1.1.3
This commit is contained in:
parent
fd8dbe5339
commit
eaa4df679c
@ -11,13 +11,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mapsplotlib";
|
||||
version = "1.1.2";
|
||||
version = "1.1.3";
|
||||
|
||||
disabled = isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "99ff773a298bdf0f3185a4c7ac20677a843df818583b368925dcf766cd99f09a";
|
||||
sha256 = "9214a2ddc5157fc6fef7659db7c1fa1c096b4d79f543cc2eeb2c5fc706b89c98";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ matplotlib scipy pandas requests pillow ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user