python3Packages.seekpath: 2.1.0 -> 2.2.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:52 +01:00
parent 5f6d9858df
commit 938b2f189d
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "seekpath";
version = "2.1.0";
version = "2.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "giovannipizzi";
repo = "seekpath";
rev = "v${version}";
hash = "sha256-8Nm8SKHda2qt1kncXZxC4T3cpicXpDZhxPzs78JICzE=";
tag = "v${version}";
hash = "sha256-mrutQCSSiiLPt0KEohZeYcQ8aw2Jhy02bEvn6Of8w6U=";
};
LC_ALL = "en_US.utf-8";