python3Packages.osmapi: 5.0.0 -> 6.0.0

This commit is contained in:
R. Ryantm
2026-07-27 12:58:59 +00:00
parent 445681e1dc
commit 22644f4626
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "osmapi";
version = "5.0.0";
version = "6.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "metaodi";
repo = "osmapi";
tag = "v${version}";
hash = "sha256-eohhbKcTkgfM6IuQyeiASlCtrqUwb0aFXqUCkDyvsS0=";
hash = "sha256-troBx/rTRWmKm/KV49D3ZE4pAnP5TLlJk0LDaznXqw0=";
};
build-system = [ setuptools ];