python3Packages.osmapi: 5.0.0 -> 6.0.0 (#546300)

This commit is contained in:
Nikolay Korotkiy
2026-07-27 17:39:22 +00:00
committed by GitHub
@@ -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 ];