python3Packages.polyline: 2.0.1 -> 2.0.3 (#430301)

This commit is contained in:
Nick Cao
2025-08-03 13:50:12 -04:00
committed by GitHub
@@ -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 ];
};