python3Packages.pyosmium: 4.0.2 -> 4.2.0
https://github.com/osmcode/pyosmium/blob/v4.2.0/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyosmium";
|
||||
version = "4.0.2";
|
||||
version = "4.2.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = isPyPy;
|
||||
@@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||
owner = "osmcode";
|
||||
repo = "pyosmium";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-pW2w/M4P4DtGhnTy72w0wjMtpLtSgvYGaemme/rRrwM=";
|
||||
hash = "sha256-AkldgvZmn1CLa9Ze7RHBhL5wLLJ+mBnNj+yyV98nzZ8=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -65,7 +65,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Python bindings for libosmium";
|
||||
homepage = "https://osmcode.org/pyosmium";
|
||||
changelog = "https://github.com/osmcode/pyosmium/blob/v${version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/osmcode/pyosmium/blob/${src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [ sikmir ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user