python3Packages.polyline: 2.0.1 -> 2.0.3

R. Ryantm 90158bcd dc80fe1e

Changed files
+3 -3
pkgs
development
python-modules
polyline
+3 -3
pkgs/development/python-modules/polyline/default.nix
···
buildPythonPackage rec {
pname = "polyline";
-
version = "2.0.1";
+
version = "2.0.3";
format = "pyproject";
disabled = pythonOlder "3.7";
···
owner = "frederickjansen";
repo = "polyline";
tag = "v${version}";
-
hash = "sha256-fbGGfZdme4OiIGNlXG1uVl1xP+rPVI9l5hjHM0gwAsE=";
+
hash = "sha256-HUdjebUMcYGW+7dyOpVgBnBcesmqDWpw1NgYigOxmQ8=";
};
nativeBuildInputs = [
···
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 ];
};