Commit f441c08d authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pyogrio: 0.11.0 -> 0.11.1

parent c148f7b9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "pyogrio";
  version = "0.11.0";
  version = "0.11.1";
  pyproject = true;
  disabled = pythonOlder "3.9";

@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "geopandas";
    repo = "pyogrio";
    tag = "v${version}";
    hash = "sha256-3XrP3/sqGRtA+sfaoOV/ByGAtfpGZB5RYRr5lyYZUj0=";
    hash = "sha256-F6XfkihN3k2xquYS8jJMlqtLXzaTORaduJ2Q9LhSQGM=";
  };

  postPatch = ''
@@ -66,7 +66,7 @@ buildPythonPackage rec {
  meta = {
    description = "Vectorized spatial vector file format I/O using GDAL/OGR";
    homepage = "https://pyogrio.readthedocs.io/";
    changelog = "https://github.com/geopandas/pyogrio/blob/${src.rev}/CHANGES.md";
    changelog = "https://github.com/geopandas/pyogrio/blob/${src.tag}/CHANGES.md";
    license = lib.licenses.mit;
    teams = [ lib.teams.geospatial ];
  };