python3Packages.osmapi: 4.3.0 -> 5.0.0

This commit is contained in:
R. Ryantm
2026-02-22 23:03:51 +00:00
parent 0352cd1d88
commit e74d9b824d
@@ -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 ];