python3Packages.osmnx: 2.0.7 -> 2.1.0

This commit is contained in:
R. Ryantm
2026-02-19 15:14:59 +00:00
parent 5649c3b5c6
commit 7074eac205
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "osmnx";
version = "2.0.7";
version = "2.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "gboeing";
repo = "osmnx";
tag = "v${version}";
hash = "sha256-XIvwLUvpl+AgrtR9mOkRXhxLc8mtSPk3+5779i/F+2s=";
hash = "sha256-3uLgc6zptmXlPg93qtsWbqNxXiBD/SEnXBL/IM/1m2c=";
};
build-system = [ uv-build ];