mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Merge pull request #64878 from r-ryantm/auto-update/python3.7-geopandas
python37Packages.geopandas: 0.5.0 -> 0.5.1
This commit is contained in:
commit
cea7525b5d
@ -4,14 +4,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "geopandas";
|
pname = "geopandas";
|
||||||
version = "0.5.0";
|
version = "0.5.1";
|
||||||
name = pname + "-" + version;
|
name = pname + "-" + version;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "geopandas";
|
owner = "geopandas";
|
||||||
repo = "geopandas";
|
repo = "geopandas";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0gmqksjgxrng52jvjk0ylkpsg0qriygb10b7n80l28kdz6c0givj";
|
sha256 = "1j665fpkyfib17z0hn3bg2j96pbkgd36yfif6jyia4yn6g76hlfg";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest Rtree ];
|
checkInputs = [ pytest Rtree ];
|
||||||
|
Loading…
Reference in New Issue
Block a user