python3Packages.polyline: 2.0.1 -> 2.0.3 (#430301)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "polyline";
|
||||
version = "2.0.1";
|
||||
version = "2.0.3";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
owner = "frederickjansen";
|
||||
repo = "polyline";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-fbGGfZdme4OiIGNlXG1uVl1xP+rPVI9l5hjHM0gwAsE=";
|
||||
hash = "sha256-HUdjebUMcYGW+7dyOpVgBnBcesmqDWpw1NgYigOxmQ8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -42,7 +42,7 @@ buildPythonPackage rec {
|
||||
essentially a port of https://github.com/mapbox/polyline.
|
||||
'';
|
||||
homepage = "https://github.com/frederickjansen/polyline";
|
||||
changelog = "https://github.com/frederickjansen/polyline/releases/tag/${version}";
|
||||
changelog = "https://github.com/frederickjansen/polyline/releases/tag/${src.tag}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ersin ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user