Merge pull request #69812 from r-ryantm/auto-update/python3.7-basemap

python37Packages.basemap: 1.2.0 -> 1.2.1
This commit is contained in:
Mario Rodas 2019-09-28 05:57:25 -05:00 committed by GitHub
commit c2fd62dd0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "basemap";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "matplotlib";
repo = "basemap";
rev = "v${version}rel";
sha256 = "1p3app8n65rlppkdbp1pb7fa4250kh7hi7lzdsryi2iv88np7193";
sha256 = "13lw1iwa8hadpvqdgb06nh881l8c17awzvvwbfwblvb9q9s0lnzp";
};
propagatedBuildInputs = [ numpy matplotlib pillow pyproj pyshp six ];