python3Packages.osmapi: 5.0.0 -> 6.0.0 (#546300)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user