diff options
| author | Frederik Rietdijk <fridh@fridh.nl> | 2019-10-16 11:43:09 +0200 |
|---|---|---|
| committer | Frederik Rietdijk <fridh@fridh.nl> | 2019-10-18 09:53:59 +0200 |
| commit | eaa4df679cface97f6d294624ca061fc24593e54 (patch) | |
| tree | 29613fd4147440541562af81abe2806eee9a5f90 /pkgs/development/python-modules/mapsplotlib | |
| parent | fd8dbe5339be789c49e27781af5496118605353e (diff) | |
python: mapsplotlib: 1.1.2 -> 1.1.3
Diffstat (limited to 'pkgs/development/python-modules/mapsplotlib')
| -rw-r--r-- | pkgs/development/python-modules/mapsplotlib/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/mapsplotlib/default.nix b/pkgs/development/python-modules/mapsplotlib/default.nix index a046cfd96102..be21fb3e836c 100644 --- a/pkgs/development/python-modules/mapsplotlib/default.nix +++ b/pkgs/development/python-modules/mapsplotlib/default.nix @@ -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 ]; |
