Skip to content

Commit

Permalink
python312Packages.pyogrio: 0.9.0 → 0.10.0 (#345320)
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Sep 30, 2024
2 parents 8fc35dc + 7bb5e99 commit f08e242
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pyogrio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@

buildPythonPackage rec {
pname = "pyogrio";
version = "0.9.0";
version = "0.10.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "geopandas";
repo = "pyogrio";
rev = "v${version}";
hash = "sha256-HC7+dDehDwEIDQnCMYrsC1jE78AyfHqEhfOZLYSzTIw=";
hash = "sha256-AyKBktZWzUxD1HKKp89gQ97c4WPB5PkXnkFqN+RHx7c=";
};

postPatch = ''
Expand Down

0 comments on commit f08e242

Please sign in to comment.