python3Packages.pot: 0.9.5 -> 0.9.6.post1

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 3d18e8d337
commit 7ed46c2fdb
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "pot";
version = "0.9.5";
version = "0.9.6.post1";
pyproject = true;
src = fetchFromGitHub {
owner = "PythonOT";
repo = "POT";
tag = version;
hash = "sha256-sEK3uhZtjVJGEN1Gs8N0AMtiEOo9Kpn/zOSWUfGc/qE=";
hash = "sha256-db4fKXqvg9DEmbI/RTQWcOdw+3ccPk74ME0VDsXZlsQ=";
};
build-system = [