python3Packages.geoarrow-pyarrow: 0.2.0 -> 0.3.0
This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -16,14 +16,14 @@
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "geoarrow-pyarrow";
|
||||
version = "0.2.0";
|
||||
version = "0.3.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
repo = "geoarrow-python";
|
||||
owner = "geoarrow";
|
||||
tag = "geoarrow-pyarrow-${version}";
|
||||
hash = "sha256-tgeWrVpGIyRqRGk1y9OdS/eYMJjt80sXHt6VCx8RWys=";
|
||||
tag = "geoarrow-types-${version}";
|
||||
hash = "sha256-ciElwh94ukFyFdOBuQWyOUVpn4jBM1RKfxiBCcM+nmE=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/geoarrow-pyarrow";
|
||||
|
||||
Reference in New Issue
Block a user