1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-29 09:02:46 +00:00

python37Packages.osmnx: 0.8.1 -> 0.9

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-osmnx/versions
This commit is contained in:
R. RyanTM 2019-03-11 11:22:41 -07:00 committed by Silvan Mosberger
parent 06f883f7a0
commit 34483d88f5
No known key found for this signature in database
GPG key ID: 9424360B4B85C9E7

View file

@ -3,13 +3,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "osmnx"; pname = "osmnx";
version = "0.8.1"; version = "0.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gboeing"; owner = "gboeing";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1pn2v3dhbmb0yhqif9padg7x3sdx27pgfr95i3kxj4v0yrviaf9k"; sha256 = "1k3y5kl4k93vxaxyanc040x44s2fyyc3m1ndy2j3kg0037z8ad4z";
}; };
propagatedBuildInputs = [ geopandas descartes matplotlib networkx numpy pandas requests Rtree shapely folium scikitlearn scipy ]; propagatedBuildInputs = [ geopandas descartes matplotlib networkx numpy pandas requests Rtree shapely folium scikitlearn scipy ];