python3Packages.osmapi: 4.3.0 -> 5.0.0 (#493159)

This commit is contained in:
Nikolay Korotkiy
2026-02-23 21:46:29 +00:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "osmapi";
version = "4.3.0";
version = "5.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "metaodi";
repo = "osmapi";
tag = "v${version}";
hash = "sha256-m1D+UtoULOKQ5+f/LNN11grp7vks2qEHDP345wahvXY=";
hash = "sha256-eohhbKcTkgfM6IuQyeiASlCtrqUwb0aFXqUCkDyvsS0=";
};
build-system = [ setuptools ];