python37Packages.basemap: 1.2.0 -> 1.2.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-basemap/versions
This commit is contained in:
parent
c455adcc42
commit
8ef1d5fa31
@ -13,13 +13,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "basemap";
|
pname = "basemap";
|
||||||
version = "1.2.0";
|
version = "1.2.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "matplotlib";
|
owner = "matplotlib";
|
||||||
repo = "basemap";
|
repo = "basemap";
|
||||||
rev = "v${version}rel";
|
rev = "v${version}rel";
|
||||||
sha256 = "1p3app8n65rlppkdbp1pb7fa4250kh7hi7lzdsryi2iv88np7193";
|
sha256 = "13lw1iwa8hadpvqdgb06nh881l8c17awzvvwbfwblvb9q9s0lnzp";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ numpy matplotlib pillow pyproj pyshp six ];
|
propagatedBuildInputs = [ numpy matplotlib pillow pyproj pyshp six ];
|
||||||
|
Loading…
Reference in New Issue
Block a user