python3Packages.osmnx: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm
2026-07-23 07:35:22 +00:00
parent 635f4704a8
commit 47b388f4d3
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "osmnx";
version = "2.1.0";
version = "2.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "gboeing";
repo = "osmnx";
tag = "v${version}";
hash = "sha256-3uLgc6zptmXlPg93qtsWbqNxXiBD/SEnXBL/IM/1m2c=";
hash = "sha256-PX4Vhf3R9UGKMYp636+tJ5NV/oURd3Zzxfvj7LLCaPM=";
};
build-system = [ uv-build ];