python3Packages.polyline: 2.0.3 -> 2.0.4

https://github.com/frederickjansen/polyline/releases/tag/v2.0.4

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:51 +01:00
parent e007b522b8
commit 3d18e8d337
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "polyline";
version = "2.0.3";
version = "2.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "frederickjansen";
repo = "polyline";
tag = "v${version}";
hash = "sha256-HUdjebUMcYGW+7dyOpVgBnBcesmqDWpw1NgYigOxmQ8=";
hash = "sha256-PaQLHz256ZZ+0PdSSeGM+rjubSnT4fQfpD1Uj3JfBt8=";
};
nativeBuildInputs = [