mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
Merge pull request #70715 from r-ryantm/auto-update/python3.7-geopandas
python37Packages.geopandas: 0.5.1 -> 0.6.0
This commit is contained in:
commit
b0081a26e5
@ -4,13 +4,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "geopandas";
|
||||
version = "0.5.1";
|
||||
version = "0.6.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "geopandas";
|
||||
repo = "geopandas";
|
||||
rev = "v${version}";
|
||||
sha256 = "1j665fpkyfib17z0hn3bg2j96pbkgd36yfif6jyia4yn6g76hlfg";
|
||||
sha256 = "0bdgphw43m2nrgcp83j1pnxknnzahm2zmdr55hyz3jjkva7m6dpk";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest Rtree ];
|
||||
|
Loading…
Reference in New Issue
Block a user